]> git.datanom.net - caldav.git/blame - test-app/Makefile.am
First complete version
[caldav.git] / test-app / Makefile.am
CommitLineData
e1b22e2b
MR
1AUTOMAKE_OPTIONS = gnu
2
3AM_CPPFLAGS = \
4 @GLIB_CFLAGS@ \
5 @CURL_CFLAGS@ \
6 -I$(top_srcdir) -I$(top_builddir) \
7 -I$(top_srcdir)/src -I$(top_builddir)/src \
8 -I$(top_srcdir)/test-app -I$(top_builddir)/test-app
9
10bin_PROGRAMS = test-app
11
12test_app_SOURCES = \
13 test-app.c \
14 cmdline-parser.h \
15 cmdline-parser.c
16
17test_app_LDFLAGS = \
18 -L$(top_srcdir)/src/
19
20test_app_LDADD = \
21 $(GLIB_LIBS) \
22 @CURL_LIBS@ \
23 -lcaldav
This page took 0.03352 seconds and 5 git commands to generate.