2013-09-02 22:54:14 +04:00
|
|
|
include_HEADERS = $(top_srcdir)/yasnd.h yasnd-gammu.h yasnd-sock.h
|
2012-03-18 21:32:46 +04:00
|
|
|
|
|
|
|
yasnd_LDADD = ${libconfuse_LIBS}
|
|
|
|
yasnd_LDADD += $(top_srcdir)/lib/libyasnd.la
|
2013-09-02 22:54:14 +04:00
|
|
|
yasnd_LDADD += @GAMMU_LIBS@
|
2012-03-18 21:32:46 +04:00
|
|
|
sbin_PROGRAMS = yasnd
|
2013-09-02 22:54:14 +04:00
|
|
|
yasnd_SOURCES = yasnd.c yasnd-gammu.c yasnd-ipc.c yasnd-sock.c
|
|
|
|
yasnd_CPPFLAGS = -I$(top_srcdir) @GAMMU_CFLAGS@
|
2012-03-18 21:32:46 +04:00
|
|
|
|
|
|
|
distclean-local:
|
|
|
|
rm -f Makefile.in &>/dev/null
|