Sergey Popov
a1c83a3df2
Add proper optional support for GAMMU via build-time options. This commit fixes #4, but some additional checks maybe needed.
12 lines
356 B
Makefile
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
|