mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
11 lines
295 B
Makefile
11 lines
295 B
Makefile
include $(GNUSTEP_MAKEFILES)/common.make
|
|
|
|
LIBRARY_NAME = security_apple_x509_tp
|
|
|
|
security_apple_x509_tp_HEADER_FILES = $(notdir $(wildcard lib/*.h))
|
|
security_apple_x509_tp_HEADER_FILES_DIR = lib
|
|
|
|
security_apple_x509_tp_CC_FILES = $(wildcard lib/*.cpp)
|
|
|
|
include $(GNUSTEP_MAKEFILES)/library.make
|