]> git.datanom.net - lensdb.git/blob - src/Makefile.am
update
[lensdb.git] / src / Makefile.am
1 AUTOMAKE_OPTIONS = gnu
2
3 AM_CPPFLAGS = \
4 -I${top_srcdir} \
5 -I${top_builddir} \
6 @GLIB_CFLAGS@ \
7 @GTK_CFLAGS@ \
8 @SQLITE3_CFLAGS@
9
10 bin_PROGRAMS = lensdb
11
12 lensdb_SOURCES = \
13 main.c \
14 sqlite-storage.h \
15 sqlite-storage.c
16
17 lensdb_LDADD = \
18 @GLIB_LIBS@ \
19 @GTK_LIBS@ \
20 @SQLITE3_LIBS@
21
22 lensdb_LDFLAGS =
23
24
This page took 0.097626 seconds and 6 git commands to generate.