diff --git a/Makefile.am b/Makefile.am index bb08eec..a8a4935 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,6 @@ INCLUDES=${gammu_CFLAGS} yasnd_LDADD = ${libconfuse_LIBS} +yasnd_LDADD += ${gammu_LIBS} bin_PROGRAMS = yasnd yasnd_SOURCES = yasnd.c diff --git a/yasnd.c b/yasnd.c index f575f5c..aaf5549 100644 --- a/yasnd.c +++ b/yasnd.c @@ -10,7 +10,7 @@ #include #include #include -// #include +#include // Debug verbosity #define DEBUG_BASE 1