summaryrefslogtreecommitdiff
blob: 4df855fb79b48748397e453e1965176f109a2b61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Index: src/svncpp/Makefile.am
===================================================================
--- src/svncpp/Makefile.am	(revision 7100)
+++ src/svncpp/Makefile.am	(working copy)
@@ -27,3 +27,7 @@
 	url.cpp \
 	wc.cpp
 
+libsvncpp_la_LIBADD= $(SVN_LIBS) \
+	$(NEON_LIBS) \
+	$(APR_LIBS) \
+	-lstdc++