link with libGammu

This commit is contained in:
Sergey Popov 2011-11-25 17:52:53 +04:00
parent cacb7c46e3
commit d0f8301436
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
INCLUDES=${gammu_CFLAGS} INCLUDES=${gammu_CFLAGS}
yasnd_LDADD = ${libconfuse_LIBS} yasnd_LDADD = ${libconfuse_LIBS}
yasnd_LDADD += ${gammu_LIBS}
bin_PROGRAMS = yasnd bin_PROGRAMS = yasnd
yasnd_SOURCES = yasnd.c yasnd_SOURCES = yasnd.c

View File

@ -10,7 +10,7 @@
#include <signal.h> #include <signal.h>
#include <string.h> #include <string.h>
#include <confuse.h> #include <confuse.h>
// #include <gammu/gammu.h> #include <gammu/gammu.h>
// Debug verbosity // Debug verbosity
#define DEBUG_BASE 1 #define DEBUG_BASE 1