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.
12 lines
526 B
12 lines
526 B
diff -Naur gimp-1.2.4.orig/libgimp/Makefile.in gimp-1.2.4/libgimp/Makefile.in |
|
--- gimp-1.2.4.orig/libgimp/Makefile.in 2003-05-21 17:51:28.000000000 +0200 |
|
+++ gimp-1.2.4/libgimp/Makefile.in 2003-05-21 17:52:58.000000000 +0200 |
|
@@ -228,7 +228,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) $(libmath) |
|
+libgimp_la_LIBADD = $(GTK_LIBS) $(libmath) |
|
|
|
libgimp_la_DEPENDENCIES = $(gimp_def) |
|
|
|
|