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

* plug-ins/xjt/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-05 23:58:26 +00:00
parent dfd9d1cc70
commit 0523ee1198
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
1999-06-05 Raja R Harinath <harinath@cs.umn.edu>
* plug-ins/xjt/Makefile.am (INCLUDES): Reorder to include
$(top_srcdir) first. This prevents rebuilding on `make install'.
Sat Jun 5 16:19:15 PDT 1999 Manish Singh <yosh@gimp.org>
app/errors.c

View File

@ -10,8 +10,8 @@ xjt_SOURCES = \
xjt.c xjpeg.c xjpeg.h xpdb_calls.c xpdb_calls.h
INCLUDES = \
$(GTK_CFLAGS) \
-I$(top_srcdir) \
$(GTK_CFLAGS) \
-I$(includedir)
LDADD = \