diff options
Diffstat (limited to 'test/src/.svn/text-base/Makefile.am.svn-base')
-rw-r--r-- | test/src/.svn/text-base/Makefile.am.svn-base | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/test/src/.svn/text-base/Makefile.am.svn-base b/test/src/.svn/text-base/Makefile.am.svn-base deleted file mode 100644 index 9ede9ce..0000000 --- a/test/src/.svn/text-base/Makefile.am.svn-base +++ /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 |