]> git.datanom.net - vcard-parser.git/blob - example/Makefile.am
f742448749204afcf1fabbbe97c144dfdf2ba128
[vcard-parser.git] / example / Makefile.am
1 AUTOMAKE_OPTIONS = gnu
2
3 AM_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
9 bin_PROGRAMS = vcard-example
10
11 vcard_example_SOURCES = \
12 vcard-example
13
14 vcard_example_LDFLAGS = \
15 -L$(top_srcdir)/src/
16
17 vcard_example_LDADD = \
18 $(GLIB_LIBS) \
19 -lvCard
This page took 0.053598 seconds and 4 git commands to generate.