]> git.datanom.net - vcard-parser.git/blame - example/Makefile.am
Completed initialization
[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 = \
0d68a955 12 vcard-example.c
aa039bee
MR
13
14vcard_example_LDADD = \
0d68a955
MR
15 -L${top_srcdir}/src \
16 -lvCard \
17 $(GLIB_LIBS)
This page took 0.029735 seconds and 5 git commands to generate.