27 lines
1.5 KiB
Plaintext
27 lines
1.5 KiB
Plaintext
--- libgimp/Makefile.in.orig Fri Feb 11 13:42:12 2000
|
|
+++ libgimp/Makefile.in Mon Feb 14 22:05:14 2000
|
|
@@ -186,7 +186,7 @@
|
|
AM_CPPFLAGS = -DGIMPDIR=\""$(gimpdir)"\" -DDATADIR=\""$(gimpdatadir)"\" @GIMP_THREAD_FLAGS@
|
|
|
|
|
|
-INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/intl -I../intl $(GTK_CFLAGS) -I$(includedir)
|
|
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/intl -I../intl $(GTK_CFLAGS) -I$(includedir) -I/usr/local/include
|
|
|
|
|
|
EXTRA_DIST = gimpfeatures.h.in makefile.msc makefile.cygwin gimp.def gimpui.def
|
|
@@ -209,11 +209,11 @@
|
|
gimpinclude_HEADERS = color_display.h color_selector.h gimp.h gimpchainbutton.h gimpcolorbutton.h gimpcolorspace.h gimpcompat.h gimpdialog.h gimpenums.h gimpenv.h gimpexport.h gimpfeatures.h gimpfileselection.h gimphelpui.h gimplimits.h gimpmath.h gimpmatrix.h gimpmenu.h gimpmodule.h gimppatheditor.h gimpquerybox.h gimpsizeentry.h gimpui.h gimpunit.h gimpunitmenu.h gimpwidgets.h gimpintl.h gserialize.h parasite.h parasiteF.h parasiteP.h parasiteio.h
|
|
|
|
|
|
-libgimp_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE)
|
|
+libgimp_la_LDFLAGS = -version-info 1:1:0
|
|
|
|
-libgimp_la_LIBADD = $(GLIB_LIBS) -lm
|
|
+libgimp_la_LIBADD = $(GTK_LIBS) -lm
|
|
|
|
-libgimpui_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE)
|
|
+libgimpui_la_LDFLAGS = -version-info 1:1:0
|
|
|
|
libgimpui_la_LIBADD = $(GTK_LIBS)
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|