You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
390 B
11 lines
390 B
--- libgimp/Makefile.in.orig Mon Feb 11 22:46:08 2002 |
|
+++ libgimp/Makefile.in Fri Apr 12 16:23:54 2002 |
|
@@ -227,7 +227,7 @@ |
|
|
|
libgimp_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE) $(no_undefined) $(libgimp_export_symbols) |
|
|
|
-libgimp_la_LIBADD = $(GLIB_LIBS) -lm |
|
+libgimp_la_LIBADD = $(GTK_LIBS) -lm |
|
|
|
libgimp_la_DEPENDENCIES = $(gimp_def) |
|
|
|
|