aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index 24b89b6..895314b 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,4 +1,4 @@
-CFLAGS=`pkg-config hildon-1 --cflags --libs`
+CFLAGS=`pkg-config hildon-1 sqlite3 --cflags --libs`
all:
$(CC) -Wall -Wextra -pedantic \
@@ -6,6 +6,7 @@ all:
interface.c \
c-main-window.c \
c-new-item-dialog.c \
+ data.c \
$(CFLAGS) \
-o collections
@@ -13,4 +14,4 @@ all:
check-syntax:
/scratchbox/login $(CC) -pedantic -Wall -Wextra -fsyntax-only \
`readlink -f $(CHK_SOURCES)` \
- `/scratchbox/login pkg-config hildon-1 --cflags --libs`
+ `/scratchbox/login pkg-config hildon-1 sqlite3 --cflags --libs`