]> 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
aa039bee 7lib_LTLIBRARIES = libvCard.la
b198a81e 8
aa039bee
MR
9libvCard_la_SOURCES = \
10 vcard.c \
11 vcard-parser.h
b198a81e 12
aa039bee 13libvCard_la_LDFLAGS = \
4a29ae6b 14 -version-info @LIB_VERSION@
b198a81e
MR
15include_HEADERS = \
16 vcard.h
17
aa039bee 18libvCard_la_LIBADD = \
b198a81e
MR
19 @GLIB_LIBS@
20
This page took 0.03235 seconds and 5 git commands to generate.