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