mirror of https://github.com/GNOME/gimp.git
app/display/Makefile.am app/gui/Makefile.am app/paint/Makefile.am
2003-09-07 Sven Neumann <sven@gimp.org> * app/display/Makefile.am * app/gui/Makefile.am * app/paint/Makefile.am * app/pdb/Makefile.am * app/text/Makefile.am * app/tools/Makefile.am * app/widgets/Makefile.am * app/xcf/Makefile.am (INCLUDES): removed $(LIBART_CFLAGS) again.
This commit is contained in:
parent
dce4bafc73
commit
6f1a0df89f
11
ChangeLog
11
ChangeLog
|
@ -1,3 +1,14 @@
|
|||
2003-09-07 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/display/Makefile.am
|
||||
* app/gui/Makefile.am
|
||||
* app/paint/Makefile.am
|
||||
* app/pdb/Makefile.am
|
||||
* app/text/Makefile.am
|
||||
* app/tools/Makefile.am
|
||||
* app/widgets/Makefile.am
|
||||
* app/xcf/Makefile.am (INCLUDES): removed $(LIBART_CFLAGS) again.
|
||||
|
||||
2003-09-07 Dave Neary <bolsh@gimp.org>
|
||||
|
||||
* app/vectors/gimpvectors.[ch]
|
||||
|
|
|
@ -9,7 +9,6 @@ INCLUDES = \
|
|||
-I$(top_srcdir) \
|
||||
-I$(top_srcdir)/app \
|
||||
$(GTK_CFLAGS) \
|
||||
$(LIBART_CFLAGS) \
|
||||
-I$(includedir)
|
||||
|
||||
noinst_LIBRARIES = libappdisplay.a
|
||||
|
|
|
@ -185,5 +185,4 @@ INCLUDES = \
|
|||
-I$(top_builddir)/app \
|
||||
-I$(top_srcdir)/app \
|
||||
$(GTK_CFLAGS) \
|
||||
$(LIBART_CFLAGS) \
|
||||
-I$(includedir)
|
||||
|
|
|
@ -11,7 +11,6 @@ INCLUDES = \
|
|||
-I$(top_builddir)/app \
|
||||
-I$(top_srcdir)/app \
|
||||
$(GTK_CFLAGS) \
|
||||
$(LIBART_CFLAGS) \
|
||||
-I$(includedir)
|
||||
|
||||
noinst_LIBRARIES = libapppaint.a
|
||||
|
|
|
@ -60,5 +60,4 @@ INCLUDES = \
|
|||
-I$(top_srcdir) \
|
||||
-I$(top_srcdir)/app \
|
||||
$(GTK_CFLAGS) \
|
||||
$(LIBART_CFLAGS) \
|
||||
-I$(includedir)
|
||||
|
|
|
@ -154,7 +154,6 @@ INCLUDES = \
|
|||
-I$(top_srcdir) \
|
||||
-I$(top_srcdir)/app \
|
||||
$(GTK_CFLAGS) \
|
||||
$(LIBART_CFLAGS) \
|
||||
-I$(includedir)
|
||||
|
||||
|
||||
|
|
|
@ -12,7 +12,6 @@ INCLUDES = \
|
|||
-I$(top_srcdir)/app \
|
||||
$(GTK_CFLAGS) \
|
||||
$(PANGOFT2_CFLAGS) \
|
||||
$(LIBART_CFLAGS) \
|
||||
-I$(includedir)
|
||||
|
||||
noinst_LIBRARIES = libappwidgets.a
|
||||
|
|
Loading…
Reference in New Issue