first step to make gammu dependency optional

This commit is contained in:
2012-11-12 12:24:58 +04:00
parent 430a17e06a
commit da5e8d0353
2 changed files with 15 additions and 4 deletions

View File

@ -1,7 +1,7 @@
lib_LTLIBRARIES = libyasnd.la
libyasnd_la_SOURCES = libyasnd.c yasnd-gammu.c yasnd-log.c yasnd-lpt.c
libyasnd_la_CPPFLAGS = -I$(top_srcdir) ${gammu_CFLAGS}
libyasnd_la_LIBADD = ${gammu_LIBS}
libyasnd_la_LIBADD = @GAMMU@
distclean-local:
rm -f Makefile.in &>/dev/null