From c34819ee2c5d8d4fb536ea469588d8f0ccbf08e0 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Tue, 19 Oct 2010 01:28:46 +0200 Subject: Data Data is gotten from an sqlite3 database New series can be added to the database --- src/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/Makefile') 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` -- cgit v1.3-2-g0d8e