List $(top_srcdir) before $(GTK_CFLAGS).

* plug-ins/script-fu/Makefile.am (INCLUDES):
List $(top_srcdir) before $(GTK_CFLAGS).
This commit is contained in:
Raja R Harinath
1998-08-07 22:58:04 +00:00
parent 3bfa6e9d21
commit 99d563c738
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
1998-08-07 Raja R Harinath <harinath@cs.umn.edu>
* plug-ins/script-fu/Makefile.am (INCLUDES):
List $(top_srcdir) before $(GTK_CFLAGS).
Thu Aug 6 15:12:16 PDT 1998 Manish Singh <yosh@gimp.org>
* acinclude.m4: for people without the gettext macros

View File

@ -29,8 +29,8 @@ script_fu_SOURCES = \
regex.c
INCLUDES = \
$(GTK_CFLAGS) \
-I$(top_srcdir) \
$(GTK_CFLAGS) \
-I$(includedir)
LDADD = \