]> git.datanom.net - contactbook.git/blob - src/Makefile.am
initial commit
[contactbook.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
9 bin_PROGRAMS = addressbook
10
11 addressbook_SOURCES = \
12 addressbook.c
13
14 addressbook_LDADD = \
15 @GLIB_LIBS@ \
16 @GTK_LIBS@
17
This page took 0.057296 seconds and 6 git commands to generate.