forked from Lainports/freebsd-ports
16 lines
494 B
Text
16 lines
494 B
Text
--- 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
|
|
|