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