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,6 +2,7 @@
|
|||||||
|
|
||||||
* plug-ins/xjt/Makefile.am (INCLUDES): Reorder to include
|
* plug-ins/xjt/Makefile.am (INCLUDES): Reorder to include
|
||||||
$(top_srcdir) first. This prevents rebuilding on `make install'.
|
$(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>
|
Sat Jun 5 16:19:15 PDT 1999 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
|
@ -9,8 +9,8 @@ struc_SOURCES = \
|
|||||||
struc.h
|
struc.h
|
||||||
|
|
||||||
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