blob: 9084799e8018267e3ce000e32d863569c8da4a60 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
Index: filters/kontour/xfig/Makefile.am
===================================================================
RCS file: /home/kde/koffice/filters/kontour/xfig/Makefile.am,v
retrieving revision 1.3
diff -u -3 -p -r1.3 Makefile.am
--- filters/kontour/xfig/Makefile.am 2001/07/16 19:19:48 1.3
+++ filters/kontour/xfig/Makefile.am 2002/04/02 17:01:48
@@ -1,7 +1,7 @@
####### General stuff
INCLUDES= -I$(srcdir) $(KOFFICE_INCLUDES) -I$(top_srcdir)/kontour $(all_includes)
-libxfigimport_la_LDFLAGS = -module -avoid-version -no-undefined
+libxfigimport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
libxfigimport_la_LIBADD = $(KOFFICE_LIBS) ../../../kontour/libkontourpart.la
####### Files
|