List $(top_srcdir) before $(GTK_CFLAGS).
* plug-ins/script-fu/Makefile.am (INCLUDES): List $(top_srcdir) before $(GTK_CFLAGS).
This commit is contained in:
@ -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>
|
Thu Aug 6 15:12:16 PDT 1998 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
* acinclude.m4: for people without the gettext macros
|
* acinclude.m4: for people without the gettext macros
|
||||||
|
|||||||
@ -29,8 +29,8 @@ script_fu_SOURCES = \
|
|||||||
regex.c
|
regex.c
|
||||||
|
|
||||||
INCLUDES = \
|
INCLUDES = \
|
||||||
$(GTK_CFLAGS) \
|
|
||||||
-I$(top_srcdir) \
|
-I$(top_srcdir) \
|
||||||
|
$(GTK_CFLAGS) \
|
||||||
-I$(includedir)
|
-I$(includedir)
|
||||||
|
|
||||||
LDADD = \
|
LDADD = \
|
||||||
|
|||||||
Reference in New Issue
Block a user