diff options
Diffstat (limited to 'test/src/Makefile.am')
-rw-r--r-- | test/src/Makefile.am | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/test/src/Makefile.am b/test/src/Makefile.am deleted file mode 100644 index 9ede9ce..0000000 --- a/test/src/Makefile.am +++ /dev/null @@ -1,24 +0,0 @@ -AUTOMAKE_OPTIONS = gnu - -if BUILD_CALDAV -INCLUDES = \ - @CURL_CFLAGS@ \ - @GLIB_CFLAGS@ \ - -I$(top_srcdir) \ - -I$(top_srcdir)/src - -bin_PROGRAMS = caldav-test - -caldav_test_SOURCES = \ - caldav-test.c - -noinst_HEADERS = - -caldav_test_LDFLAGS = \ - -L$(top_builddir)/src - -caldav_test_LDADD = \ - @CURL_LIBS@ \ - @GLIB_LIBS@ \ - -lcaldav -endif |