mirror of
https://github.com/matrix-construct/construct
synced 2024-11-03 12:28:52 +01:00
8 lines
178 B
Makefile
8 lines
178 B
Makefile
|
pkglibexec_PROGRAMS = ssld
|
||
|
AM_CFLAGS=$(WARNFLAGS)
|
||
|
AM_CPPFLAGS = -I../include -I../libratbox/include
|
||
|
|
||
|
|
||
|
ssld_SOURCES = ssld.c
|
||
|
ssld_LDADD = ../libratbox/src/libratbox.la @ZLIB_LD@
|