arts srcdir != builddir Makefile fix

Holger Schröder holger at holgis.net
Fri Jun 21 17:00:42 BST 2002


Hi,

arts in cvs head does not build when srcdir != builddir.
the following patch makes it build.
well, i _guess_ that i did the right thing. can somebody understanding 
this apply or fix this patch ?

thx, Holger

holger at whserv:~/kde/arts > diff -u3 soundserver/Makefile.am 
soundserver/Makefile.am.holgi
--- soundserver/Makefile.am     Fri Jun 21 17:54:14 2002
+++ soundserver/Makefile.am.holgi       Fri Jun 21 17:53:44 2002
@@ -19,10 +19,10 @@
 lib_LTLIBRARIES = libkmedia2_idl.la libsoundserver_idl.la \
                                                libartswavplayobject.la 
libkmedia2.la

-libsoundserver_idl_la_LIBADD = libkmedia2_idl.la \
+libsoundserver_idl_la_LIBADD = 
$(top_builddir)/soundserver/libkmedia2_idl.la \
                           $(top_builddir)/flow/libartsflow_idl.la
 libsoundserver_idl_la_LDFLAGS = -no-undefined -version-info 1:0
-libsoundserver_idl_la_SOURCES = soundserver.cc
+libsoundserver_idl_la_SOURCES = 
$(top_builddir)/soundserver/soundserver.cc
 libsoundserver_idl_la_COMPILE_FIRST = soundserver.h

 libkmedia2_idl_la_SOURCES = kmedia2.cc
holger at whserv:~/kde/arts >




More information about the kde-core-devel mailing list