]> git.datanom.net - caldav.git/blame_incremental - src/Makefile.am
Add libxml and local source
[caldav.git] / src / Makefile.am
... / ...
CommitLineData
1AUTOMAKE_OPTIONS = gnu
2
3AM_CPPFLAGS = \
4 @GLIB_CFLAGS@ \
5 @CURL_CFLAGS@ \
6 @LIBXML_CFLAGS@ \
7 -I$(top_srcdir) -I$(top_builddir) \
8 -I$(top_srcdir)/src -I$(top_builddir)/src
9
10lib_LTLIBRARIES = libcaldav.la
11
12libcaldav_la_SOURCES = \
13 caldav.c \
14 curllib.c \
15 xml.c
16
17noinst_HEADERS = \
18 curllib.h \
19 xml.h
20
21libcaldavincludedir = $(pkgincludedir)
22libcaldavinclude_HEADERS = \
23 caldav.h
24
25libcaldav_la_LDFLAGS = \
26 -version-info @LIBVERSION@
27
28libcaldav_la_LIBADD = \
29 @GLIB_LIBS@ \
30 @CURL_LIBS@ \
31 @LIBXML_LIBS@
This page took 0.026603 seconds and 5 git commands to generate.