[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#220110: [PATCH] libnoatuncontrols.la does not declare its dependency libs



Hi,

Can anyone please check the attached patch ?

I think it should fix the following debian bug report, but I'm not
sure:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=220110

cheers
domi

Index: noatun/library/Makefile.am
===================================================================
RCS file: /home/kde/kdemultimedia/noatun/library/Makefile.am,v
retrieving revision 1.80
diff -u -r1.80 Makefile.am
--- noatun/library/Makefile.am	18 Sep 2003 00:50:09 -0000	1.80
+++ noatun/library/Makefile.am	3 Apr 2004 23:01:25 -0000
@@ -36,7 +36,7 @@
 
 libnoatuncontrols_la_SOURCES = controls.cpp scrollinglabel.cpp
 libnoatuncontrols_la_LDFLAGS = -version-info 3:0:2 $(KDE_RPATH) $(all_libraries)
-libnoatuncontrols_la_LIBADD  = $(LIBDL)
+libnoatuncontrols_la_LIBADD  = $(LIBDL) $(LIB_KDEUI)
 
 METASOURCES = AUTO
 

Reply to: