]> git.datanom.net - vcard-parser.git/blame_incremental - example/Makefile.am
Completed initialization
[vcard-parser.git] / example / Makefile.am
... / ...
CommitLineData
1AUTOMAKE_OPTIONS = gnu
2
3AM_CPPFLAGS = \
4 @GLIB_CFLAGS@ \
5 -I$(top_srcdir) -I$(top_builddir) \
6 -I$(top_srcdir)/src -I$(top_builddir)/src \
7 -I$(top_srcdir)/example -I$(top_builddir)/example
8
9bin_PROGRAMS = vcard-example
10
11vcard_example_SOURCES = \
12 vcard-example.c
13
14vcard_example_LDADD = \
15 -L${top_srcdir}/src \
16 -lvCard \
17 $(GLIB_LIBS)
This page took 0.026808 seconds and 5 git commands to generate.