]> git.datanom.net - vcard-parser.git/blob - example/Makefile.am
New function
[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.c
13
14 vcard_example_LDADD = \
15 -L${top_srcdir}/src \
16 -lvCard \
17 $(GLIB_LIBS)
This page took 0.057824 seconds and 6 git commands to generate.