X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/18b94b70dc27e56898d3a1c6be718fd2a1ed30e7..b068a4b51855e82f547fd7d52386e3617e016827:/ssld/Makefile.am?ds=sidebyside diff --git a/ssld/Makefile.am b/ssld/Makefile.am index f6aeb4c7..72837a2c 100644 --- a/ssld/Makefile.am +++ b/ssld/Makefile.am @@ -1,14 +1,7 @@ -# -# $Id: Makefile.am 24818 2008-01-02 18:38:26Z androsyn $ -# -bin_PROGRAMS = ssld +pkglibexec_PROGRAMS = ssld AM_CFLAGS=$(WARNFLAGS) - -INCLUDES = -I../include -I../libratbox/include +AM_CPPFLAGS = -I../include -I../librb/include ssld_SOURCES = ssld.c - -ssld_LDADD = ../libratbox/src/libratbox.la @ZLIB_LD@ - - +ssld_LDADD = ../librb/src/librb.la @ZLIB_LD@