]> git.datanom.net - caldav.git/blobdiff - test-app/Makefile.am
First complete version
[caldav.git] / test-app / Makefile.am
diff --git a/test-app/Makefile.am b/test-app/Makefile.am
new file mode 100644 (file)
index 0000000..5f6fa96
--- /dev/null
@@ -0,0 +1,23 @@
+AUTOMAKE_OPTIONS = gnu
+
+AM_CPPFLAGS = \
+               @GLIB_CFLAGS@ \
+               @CURL_CFLAGS@ \
+               -I$(top_srcdir) -I$(top_builddir) \
+               -I$(top_srcdir)/src -I$(top_builddir)/src \
+               -I$(top_srcdir)/test-app -I$(top_builddir)/test-app
+
+bin_PROGRAMS = test-app
+
+test_app_SOURCES = \
+               test-app.c \
+               cmdline-parser.h \
+               cmdline-parser.c
+
+test_app_LDFLAGS = \
+               -L$(top_srcdir)/src/
+
+test_app_LDADD = \
+               $(GLIB_LIBS) \
+               @CURL_LIBS@ \
+               -lcaldav
This page took 0.029929 seconds and 5 git commands to generate.