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