mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-25 03:17:13 +00:00
11 lines
263 B
Makefile
11 lines
263 B
Makefile
|
include $(GNUSTEP_MAKEFILES)/common.make
|
||
|
|
||
|
LIBRARY_NAME = security_ocspd
|
||
|
|
||
|
security_ocspd_HEADER_FILES = $(notdir $(wildcard lib/*.h))
|
||
|
security_ocspd_HEADER_FILES_DIR = lib
|
||
|
|
||
|
security_ocspd_CC_FILES = $(wildcard lib/*.cpp)
|
||
|
|
||
|
include $(GNUSTEP_MAKEFILES)/library.make
|