mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 22:32:58 +03:00
12 lines
303 B
Makefile
12 lines
303 B
Makefile
|
include $(GNUSTEP_MAKEFILES)/common.make
|
||
|
|
||
|
LIBRARY_NAME = security_asn1
|
||
|
|
||
|
security_asn1_C_FILES = $(wildcard lib/*.c)
|
||
|
security_asn1_CC_FILES = $(wildcard lib/*.cpp)
|
||
|
|
||
|
security_asn1_HEADER_FILES = $(notdir $(wildcard lib/*.h))
|
||
|
security_asn1_HEADER_FILES_DIR = lib
|
||
|
|
||
|
include $(GNUSTEP_MAKEFILES)/library.make
|