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