X-Git-Url: http://git.datanom.net/caldav.git/blobdiff_plain/7f587903cb1680dc6d9a70603a9db396dc645627..e1b22e2b5b944589477889b759029f8fe104a731:/test-app/Makefile.am diff --git a/test-app/Makefile.am b/test-app/Makefile.am new file mode 100644 index 0000000..5f6fa96 --- /dev/null +++ b/test-app/Makefile.am @@ -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