8505e710e7
Reverts commits bumping to macOS stuff to 10.12: commitec1f78d1cb
. commitd0dc91d24f
. commita1d297374d
. commit425112151d
. commite6f7f2928f
.
10 lines
295 B
Makefile
10 lines
295 B
Makefile
include $(GNUSTEP_MAKEFILES)/common.make
|
|
|
|
LIBRARY_NAME = security_apple_x509_cl
|
|
|
|
security_apple_x509_cl_HEADER_FILES = $(notdir $(wildcard lib/*.h))
|
|
security_apple_x509_cl_HEADER_FILES_DIR = lib
|
|
|
|
security_apple_x509_cl_CC_FILES = $(wildcard lib/*.cpp)
|
|
|
|
include $(GNUSTEP_MAKEFILES)/library.make
|