summary refs log tree commit diff
path: root/pkgs/os-specific/darwin/apple-source-releases/libsecurity_pkcs12/GNUmakefile
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2019-01-03 15:09:44 -0600
committerMatthew Bauer <mjbauer95@gmail.com>2019-01-03 15:20:26 -0600
commit8505e710e707b2e425379dc356721194f742d8d0 (patch)
tree2d5dc6fe7ec438a347476addc32e1c6850e09d5f /pkgs/os-specific/darwin/apple-source-releases/libsecurity_pkcs12/GNUmakefile
parent2da31b80bb53000476b0a5ddcf7d76a44a15bfe4 (diff)
downloadnixpkgs-8505e710e707b2e425379dc356721194f742d8d0.tar
nixpkgs-8505e710e707b2e425379dc356721194f742d8d0.tar.gz
nixpkgs-8505e710e707b2e425379dc356721194f742d8d0.tar.bz2
nixpkgs-8505e710e707b2e425379dc356721194f742d8d0.tar.lz
nixpkgs-8505e710e707b2e425379dc356721194f742d8d0.tar.xz
nixpkgs-8505e710e707b2e425379dc356721194f742d8d0.tar.zst
nixpkgs-8505e710e707b2e425379dc356721194f742d8d0.zip
Revert "darwin 10.12 commits"
Reverts commits bumping to macOS stuff to 10.12:

commit ec1f78d1cb6ac86743ffb797bf88d4633b91e733.
commit d0dc91d24f643ca2cb6901f80a641099db975966.
commit a1d297374df55c30b8b74834a85924e9dc739dda.
commit 425112151db3b05fec01e86cb10c90b4037e9367.
commit e6f7f2928f668262577125290dc90ad8df12e724.
Diffstat (limited to 'pkgs/os-specific/darwin/apple-source-releases/libsecurity_pkcs12/GNUmakefile')
-rw-r--r--pkgs/os-specific/darwin/apple-source-releases/libsecurity_pkcs12/GNUmakefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/pkgs/os-specific/darwin/apple-source-releases/libsecurity_pkcs12/GNUmakefile b/pkgs/os-specific/darwin/apple-source-releases/libsecurity_pkcs12/GNUmakefile
new file mode 100644
index 00000000000..b2af7e72c41
--- /dev/null
+++ b/pkgs/os-specific/darwin/apple-source-releases/libsecurity_pkcs12/GNUmakefile
@@ -0,0 +1,11 @@
+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