11 lines
259 B
Makefile
11 lines
259 B
Makefile
include_HEADERS = $(top_srcdir)/yasnd.h
|
|
|
|
yasnd_LDADD = ${libconfuse_LIBS}
|
|
yasnd_LDADD += $(top_srcdir)/lib/libyasnd.la
|
|
sbin_PROGRAMS = yasnd
|
|
yasnd_SOURCES = yasnd.c yasnd-ipc.c
|
|
yasnd_CPPFLAGS = -I$(top_srcdir)
|
|
|
|
distclean-local:
|
|
rm -f Makefile.in &>/dev/null
|