]> git.datanom.net - vcard-parser.git/blame - example/Makefile.am
initialize
[vcard-parser.git] / example / Makefile.am
CommitLineData
aa039bee
MR
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
13
14vcard_example_LDFLAGS = \
15 -L$(top_srcdir)/src/
16
17vcard_example_LDADD = \
18 $(GLIB_LIBS) \
19 -lvCard
This page took 0.02929 seconds and 5 git commands to generate.