]> git.datanom.net - contactbook.git/blame - src/Makefile.am
initial commit
[contactbook.git] / src / Makefile.am
CommitLineData
ab6d4b58
MR
1AUTOMAKE_OPTIONS = gnu
2
3AM_CPPFLAGS = \
4 -I${top_srcdir} \
5 -I${top_builddir} \
6 @GLIB_CFLAGS@ \
7 @GTK_CFLAGS@
8
9bin_PROGRAMS = addressbook
10
11addressbook_SOURCES = \
12 addressbook.c
13
14addressbook_LDADD = \
15 @GLIB_LIBS@ \
16 @GTK_LIBS@
17
This page took 0.030155 seconds and 5 git commands to generate.