blob: 6500de600c8b35df7d7c3aaf629fb0e7d6bea416 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
$NetBSD: patch-bh,v 1.3 2003/03/11 13:33:55 markd Exp $
--- noatun/modules/excellent/Makefile.in.orig Fri Jan 17 08:49:42 2003
+++ noatun/modules/excellent/Makefile.in
@@ -333,7 +333,7 @@ noatun_excellent_la_SOURCES = noatunui.c
noatun_excellent_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
noatun_excellent_la_LIBADD = $(LIB_KFILE) \
- $(top_builddir)/noatun/library/libnoatun.la \
+ $(top_builddir)/noatun/library/libnoatun_core.la \
$(top_builddir)/noatun/library/libnoatuncontrols.la \
-lqtmcop -lkmedia2_idl -lsoundserver_idl
@@ -350,7 +350,7 @@ CONFIG_CLEAN_FILES =
LTLIBRARIES = $(kde_module_LTLIBRARIES)
noatun_excellent_la_DEPENDENCIES = \
- $(top_builddir)/noatun/library/libnoatun.la \
+ $(top_builddir)/noatun/library/libnoatun_core.la \
$(top_builddir)/noatun/library/libnoatuncontrols.la
am_noatun_excellent_la_OBJECTS = noatunui.lo userinterface.lo
#>- noatun_excellent_la_OBJECTS = $(am_noatun_excellent_la_OBJECTS)
@@ -546,7 +546,7 @@ distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
#>+ 4
-KDE_DIST=excellentui.rc excellent.plugin
+KDE_DIST=excellent.plugin excellentui.rc
DISTFILES= $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
|