aboutsummaryrefslogtreecommitdiffstats
path: root/audio/ecasound/files/patch-af
blob: a63cab2e3432a7638294cec532df845b31f392ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- libecasoundc/Makefile.am.orig   Sun Nov 26 22:13:33 2000
+++ libecasoundc/Makefile.am    Fri Dec 22 02:51:28 2000
@@ -9,10 +9,10 @@
 # remember to update eca-version.cpp
 if INCLUDE_DEBUG
 eca_ldflags = -version-info 0:0:0
-ecasound_libs = -lecasound_debug
+ecasound_libs = -L$(top_builddir)/libecasound/.libs -lecasound_debug
 else
 eca_ldflags = -s -version-info 0:0:0
-ecasound_libs = -lecasound
+ecasound_libs = -L$(top_builddir)/libecasound/.libs -lecasound
 endif
 
 if KVUTILS_INSTALLED