split GAMMU variable to GAMMU_CFLAGS and GAMMU_LIBS

This commit is contained in:
2012-11-12 12:50:24 +04:00
parent da5e8d0353
commit badad6874c
2 changed files with 8 additions and 5 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@
libyasnd_la_CPPFLAGS = -I$(top_srcdir) @GAMMU_CFLAGS@
libyasnd_la_LIBADD = @GAMMU_LIBS@
distclean-local:
rm -f Makefile.in &>/dev/null