link with libGammu
This commit is contained in:
parent
cacb7c46e3
commit
d0f8301436
@ -1,5 +1,6 @@
|
||||
INCLUDES=${gammu_CFLAGS}
|
||||
yasnd_LDADD = ${libconfuse_LIBS}
|
||||
yasnd_LDADD += ${gammu_LIBS}
|
||||
bin_PROGRAMS = yasnd
|
||||
yasnd_SOURCES = yasnd.c
|
||||
|
||||
|
2
yasnd.c
2
yasnd.c
@ -10,7 +10,7 @@
|
||||
#include <signal.h>
|
||||
#include <string.h>
|
||||
#include <confuse.h>
|
||||
// #include <gammu/gammu.h>
|
||||
#include <gammu/gammu.h>
|
||||
|
||||
// Debug verbosity
|
||||
#define DEBUG_BASE 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user