aboutsummaryrefslogtreecommitdiff
path: root/editors/koffice-kde4/files/patch-svg
blob: 2e3e745fc8f8a7377df657696b01f63a5dea5a1e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Index: filters/kontour/svg/Makefile.am
===================================================================
RCS file: /home/kde/koffice/filters/kontour/svg/Makefile.am,v
retrieving revision 1.4
diff -u -3 -p -r1.4 Makefile.am
--- filters/kontour/svg/Makefile.am	2001/08/05 06:53:30	1.4
+++ filters/kontour/svg/Makefile.am	2002/04/02 17:01:49
@@ -7,11 +7,11 @@ INCLUDES= -I$(srcdir) -I$(top_srcdir)/ko
 kde_module_LTLIBRARIES = libsvgimport.la libsvgexport.la
 
 libsvgimport_la_SOURCES = svgimport.cc svgimport_factory.cc basicshapes.h basicshapes.cc datatypes.h datatypes.cc path.h path.cc transform.h transform.cc style.h style.cc text.h text.cc svgmain.h svgmain.cc
-libsvgimport_la_LDFLAGS	= -module -avoid-version -no-undefined
+libsvgimport_la_LDFLAGS	= $(all_libraries) -module -avoid-version -no-undefined
 libsvgimport_la_LIBADD  = $(KOFFICE_LIBS) ../../../kontour/libkontourpart.la
 
 libsvgexport_la_SOURCES = svgexport.cc svgexport_factory.cc
-libsvgexport_la_LDFLAGS	= -module -avoid-version -no-undefined
+libsvgexport_la_LDFLAGS	= $(all_libraries) -module -avoid-version -no-undefined
 libsvgexport_la_LIBADD  = $(KOFFICE_LIBS) ../../../kontour/libkontourpart.la
 
 METASOURCES = AUTO