mirror of
https://github.com/matrix-construct/construct
synced 2024-11-03 04:18:55 +01:00
7 lines
166 B
Makefile
7 lines
166 B
Makefile
pkglibexec_PROGRAMS = ssld
|
|
AM_CFLAGS=$(WARNFLAGS)
|
|
AM_CPPFLAGS = -I../include -I../librb/include
|
|
|
|
|
|
ssld_SOURCES = ssld.c
|
|
ssld_LDADD = ../librb/src/librb.la @ZLIB_LD@
|