2012-03-23 14:06:39 +04:00
|
|
|
include_HEADERS = $(top_srcdir)/yasnd.h yasnd-sock.h
|
2012-03-18 21:32:46 +04:00
|
|
|
|
|
|
|
yasnd_LDADD = ${libconfuse_LIBS}
|
|
|
|
yasnd_LDADD += $(top_srcdir)/lib/libyasnd.la
|
|
|
|
sbin_PROGRAMS = yasnd
|
2012-03-23 14:06:39 +04:00
|
|
|
yasnd_SOURCES = yasnd.c yasnd-ipc.c yasnd-sock.c
|
2012-03-18 21:32:46 +04:00
|
|
|
yasnd_CPPFLAGS = -I$(top_srcdir)
|
|
|
|
|
|
|
|
distclean-local:
|
|
|
|
rm -f Makefile.in &>/dev/null
|