]> git.datanom.net - vcard-parser.git/blame - src/Makefile.am
Completed initialization
[vcard-parser.git] / src / Makefile.am
CommitLineData
b198a81e
MR
1AUTOMAKE_OPTIONS = gnu
2
0d68a955
MR
3libvCard_la_CPPFLAGS = \
4 -I$(top_builddir) \
5 -I $(top_srcdir) \
6 @GLIB_CFLAGS@ \
7 $(AM_CPPFLAGS)
8
9libvCard_la_CFLAGS = \
b198a81e 10 @GLIB_CFLAGS@ \
0d68a955 11 $(AM_CFLAGS)
b198a81e 12
aa039bee 13lib_LTLIBRARIES = libvCard.la
b198a81e 14
aa039bee
MR
15libvCard_la_SOURCES = \
16 vcard.c \
0d68a955
MR
17 vcard-parser.h \
18 vcard-parser.c
b198a81e 19
aa039bee 20libvCard_la_LDFLAGS = \
4a29ae6b 21 -version-info @LIB_VERSION@
0d68a955 22
b198a81e 23include_HEADERS = \
0d68a955
MR
24 vcard.h \
25 globals.h
b198a81e 26
aa039bee 27libvCard_la_LIBADD = \
b198a81e
MR
28 @GLIB_LIBS@
29
This page took 0.034058 seconds and 5 git commands to generate.