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:
@ -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
|
||||
|
@ -9,8 +9,8 @@ struc_SOURCES = \
|
||||
struc.h
|
||||
|
||||
INCLUDES = \
|
||||
$(GTK_CFLAGS) \
|
||||
-I$(top_srcdir) \
|
||||
$(GTK_CFLAGS) \
|
||||
-I$(includedir)
|
||||
|
||||
LDADD = \
|
||||
|
Reference in New Issue
Block a user