summaryrefslogtreecommitdiffstats
path: root/test/unittest/.svn/text-base/Makefile.am.svn-base
diff options
context:
space:
mode:
Diffstat (limited to 'test/unittest/.svn/text-base/Makefile.am.svn-base')
-rw-r--r--test/unittest/.svn/text-base/Makefile.am.svn-base22
1 files changed, 22 insertions, 0 deletions
diff --git a/test/unittest/.svn/text-base/Makefile.am.svn-base b/test/unittest/.svn/text-base/Makefile.am.svn-base
new file mode 100644
index 0000000..6d09609
--- /dev/null
+++ b/test/unittest/.svn/text-base/Makefile.am.svn-base
@@ -0,0 +1,22 @@
+AUTOMAKE_OPTIONS = gnu
+
+if BUILD_UNITTEST
+INCLUDES = \
+ @CURL_CFLAGS@ \
+ @GLIB_CFLAGS@ \
+ -I$(top_srcdir) \
+ -I$(top_srcdir)/src
+
+bin_PROGRAMS = unittest
+
+unittest_SOURCES = \
+ libunit.c
+
+unittest_LDFLAGS = \
+ -L$(top_builddir)/src
+
+unittest_LDADD = \
+ @CURL_LIBS@ \
+ @GLIB_LIBS@ \
+ -lcaldav
+endif