8505e710e7
Reverts commits bumping to macOS stuff to 10.12: commitec1f78d1cb
. commitd0dc91d24f
. commita1d297374d
. commit425112151d
. commite6f7f2928f
.
9 lines
226 B
Makefile
9 lines
226 B
Makefile
include $(GNUSTEP_MAKEFILES)/common.make
|
|
|
|
LIBRARY_NAME = security_dotmac_tp
|
|
|
|
security_dotmac_tp_HEADER_FILES = $(notdir $(wildcard lib/*.h))
|
|
security_dotmac_tp_HEADER_FILES_DIR = lib
|
|
|
|
include $(GNUSTEP_MAKEFILES)/library.make
|