]> git.datanom.net - vcard-parser.git/blob - src/Makefile.am
e4bf932e84e480b2dd7e48da64b673a25c92264f
[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 vcard-parser.h
12
13 libvCard_la_LDFLAGS = \
14 -version-info @LIB_VERSION@
15 include_HEADERS = \
16 vcard.h
17
18 libvCard_la_LIBADD = \
19 @GLIB_LIBS@
20
This page took 0.053445 seconds and 4 git commands to generate.