Reorder to include $(top_srcdir) first. This prevents rebuilding on `make

* plug-ins/struc/Makefile.am (INCLUDES): Reorder to include
$(top_srcdir) first.  This prevents rebuilding on `make install'.
This commit is contained in:
Raja R Harinath
1999-06-06 00:04:58 +00:00
parent 0523ee1198
commit 30ae62479b
2 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,8 @@
* plug-ins/xjt/Makefile.am (INCLUDES): Reorder to include
$(top_srcdir) first. This prevents rebuilding on `make install'.
* plug-ins/struc/Makefile.am (INCLUDES): Likewise.
Sat Jun 5 16:19:15 PDT 1999 Manish Singh <yosh@gimp.org>
app/errors.c

View File

@ -9,8 +9,8 @@ struc_SOURCES = \
struc.h
INCLUDES = \
$(GTK_CFLAGS) \
-I$(top_srcdir) \
$(GTK_CFLAGS) \
-I$(includedir)
LDADD = \