1 2 3 4 5 6 7 8 9 10 11 12
|
Index: xstow-1.0.0/src/Makefile.am
===================================================================
--- xstow-1.0.0.orig/src/Makefile.am 2005-07-03 03:10:42.000000000 -0700
+++ xstow-1.0.0/src/Makefile.am 2012-05-16 16:46:04.712643369 -0700
@@ -47,6 +47,7 @@
backtrace.cpp
xstow_LDFLAGS= $(LDFLAGS) $(LDFLAGS_DYNAMIC)
+LDADD = $(LDFLAGS_DYNAMIC)
if ENABLE_MERGE
|