yasnd/daemon/Makefile.am
Sergey Popov a1c83a3df2 Split out GAMMU-related code from library into daemon.
Add proper optional support for GAMMU via build-time options.
This commit fixes #4, but some additional checks maybe needed.
2013-09-02 22:54:14 +04:00

12 lines
356 B
Makefile

include_HEADERS = $(top_srcdir)/yasnd.h yasnd-gammu.h yasnd-sock.h
yasnd_LDADD = ${libconfuse_LIBS}
yasnd_LDADD += $(top_srcdir)/lib/libyasnd.la
yasnd_LDADD += @GAMMU_LIBS@
sbin_PROGRAMS = yasnd
yasnd_SOURCES = yasnd.c yasnd-gammu.c yasnd-ipc.c yasnd-sock.c
yasnd_CPPFLAGS = -I$(top_srcdir) @GAMMU_CFLAGS@
distclean-local:
rm -f Makefile.in &>/dev/null