]> git.datanom.net - vcard-parser.git/blob - src/Makefile.am
initialize
[vcard-parser.git] / src / Makefile.am
1 AUTOMAKE_OPTIONS = gnu
2
3 AM_CPPFLAGS = \
4 @GLIB_CFLAGS@ \
5 -I $(top_srcdir)
6
7 lib_LTLIBRARIES = libvcard.la
8
9 libvcard_la_SOURCES = \
10 vcard.c
11
12 include_HEADERS = \
13 vcard.h
14
15 libvcard_la_LIBADD = \
16 @GLIB_LIBS@
17
18 if BUILD_EXAMPLE
19 bin_PROGRAMS = vcard-example
20 vcard_example_SOURCES = vcard-example.c
21 vcard_example_LDADD = libvcard.la
22 endif
23
This page took 0.058174 seconds and 6 git commands to generate.