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:
@ -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
|
||||
|
@ -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 = \
|
||||
|
Reference in New Issue
Block a user