about summary refs log tree commit diff
path: root/nixpkgs/pkgs/os-specific/darwin/apple-source-releases/libsecurity_pkcs12/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/os-specific/darwin/apple-source-releases/libsecurity_pkcs12/GNUmakefile')
-rw-r--r--nixpkgs/pkgs/os-specific/darwin/apple-source-releases/libsecurity_pkcs12/GNUmakefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/nixpkgs/pkgs/os-specific/darwin/apple-source-releases/libsecurity_pkcs12/GNUmakefile b/nixpkgs/pkgs/os-specific/darwin/apple-source-releases/libsecurity_pkcs12/GNUmakefile
deleted file mode 100644
index b2af7e72c41b..000000000000
--- a/nixpkgs/pkgs/os-specific/darwin/apple-source-releases/libsecurity_pkcs12/GNUmakefile
+++ /dev/null
@@ -1,11 +0,0 @@
-include $(GNUSTEP_MAKEFILES)/common.make
-
-LIBRARY_NAME = security_pkcs12
-
-security_pkcs12_HEADER_FILES = $(notdir $(wildcard lib/*.h))
-security_pkcs12_HEADER_FILES_DIR = lib
-
-security_pkcs12_CC_FILES = $(wildcard lib/*.cpp)
-security_pkcs12_C_FILES = $(wildcard lib/*.c)
-
-include $(GNUSTEP_MAKEFILES)/library.make