diff --git a/ChangeLog b/ChangeLog index 7540d1bb34..632071489b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2003-09-07 Sven Neumann + + * 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 * app/vectors/gimpvectors.[ch] diff --git a/app/display/Makefile.am b/app/display/Makefile.am index 5ba0a6eeeb..11d99a5ad9 100644 --- a/app/display/Makefile.am +++ b/app/display/Makefile.am @@ -9,7 +9,6 @@ INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/app \ $(GTK_CFLAGS) \ - $(LIBART_CFLAGS) \ -I$(includedir) noinst_LIBRARIES = libappdisplay.a diff --git a/app/gui/Makefile.am b/app/gui/Makefile.am index 8ffd7cf25a..c8fc00fcef 100644 --- a/app/gui/Makefile.am +++ b/app/gui/Makefile.am @@ -185,5 +185,4 @@ INCLUDES = \ -I$(top_builddir)/app \ -I$(top_srcdir)/app \ $(GTK_CFLAGS) \ - $(LIBART_CFLAGS) \ -I$(includedir) diff --git a/app/paint/Makefile.am b/app/paint/Makefile.am index 78586fefac..70a5ededb8 100644 --- a/app/paint/Makefile.am +++ b/app/paint/Makefile.am @@ -11,7 +11,6 @@ INCLUDES = \ -I$(top_builddir)/app \ -I$(top_srcdir)/app \ $(GTK_CFLAGS) \ - $(LIBART_CFLAGS) \ -I$(includedir) noinst_LIBRARIES = libapppaint.a diff --git a/app/pdb/Makefile.am b/app/pdb/Makefile.am index 2793854d7b..194a6beccc 100644 --- a/app/pdb/Makefile.am +++ b/app/pdb/Makefile.am @@ -60,5 +60,4 @@ INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/app \ $(GTK_CFLAGS) \ - $(LIBART_CFLAGS) \ -I$(includedir) diff --git a/app/tools/Makefile.am b/app/tools/Makefile.am index 942c511fea..57bb3da80b 100644 --- a/app/tools/Makefile.am +++ b/app/tools/Makefile.am @@ -154,7 +154,6 @@ INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/app \ $(GTK_CFLAGS) \ - $(LIBART_CFLAGS) \ -I$(includedir) diff --git a/app/widgets/Makefile.am b/app/widgets/Makefile.am index b4df7f1139..7f8eb789ea 100644 --- a/app/widgets/Makefile.am +++ b/app/widgets/Makefile.am @@ -12,7 +12,6 @@ INCLUDES = \ -I$(top_srcdir)/app \ $(GTK_CFLAGS) \ $(PANGOFT2_CFLAGS) \ - $(LIBART_CFLAGS) \ -I$(includedir) noinst_LIBRARIES = libappwidgets.a