]> git.datanom.net - lensdb.git/blame_incremental - src/Makefile.am
fix makefile
[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
9bin_PROGRAMS = lensdb
10
11lensdb_SOURCES = \
12 main.c
13
14contactbook_LDADD = \
15 @GLIB_LIBS@ \
16 @GTK_LIBS@
17
18lensdb_LDFLAGS =
19
20
This page took 0.030211 seconds and 5 git commands to generate.