From d0f8301436111c0c4603d5d0b12e20642669917f Mon Sep 17 00:00:00 2001 From: Sergey Popov Date: Fri, 25 Nov 2011 17:52:53 +0400 Subject: [PATCH] link with libGammu --- Makefile.am | 1 + yasnd.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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