mirror of https://github.com/GNOME/gimp.git
app/display/Makefile.am app/gui/Makefile.am app/paint/Makefile.am
2003-09-06 Michael Natterer <mitch@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): add $(LIBART_CFLAGS) here too.
This commit is contained in:
parent
0508bdcc4b
commit
b28c23611b
11
ChangeLog
11
ChangeLog
|
@ -1,3 +1,14 @@
|
|||
2003-09-06 Michael Natterer <mitch@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): add $(LIBART_CFLAGS) here too.
|
||||
|
||||
2003-09-06 Dave Neary <bolsh@gimp.org>
|
||||
|
||||
* app/vectors/Makefile.am: Include libart headers
|
||||
|
|
|
@ -9,6 +9,7 @@ INCLUDES = \
|
|||
-I$(top_srcdir) \
|
||||
-I$(top_srcdir)/app \
|
||||
$(GTK_CFLAGS) \
|
||||
$(LIBART_CFLAGS) \
|
||||
-I$(includedir)
|
||||
|
||||
noinst_LIBRARIES = libappdisplay.a
|
||||
|
|
|
@ -185,4 +185,5 @@ INCLUDES = \
|
|||
-I$(top_builddir)/app \
|
||||
-I$(top_srcdir)/app \
|
||||
$(GTK_CFLAGS) \
|
||||
$(LIBART_CFLAGS) \
|
||||
-I$(includedir)
|
||||
|
|
|
@ -11,6 +11,7 @@ INCLUDES = \
|
|||
-I$(top_builddir)/app \
|
||||
-I$(top_srcdir)/app \
|
||||
$(GTK_CFLAGS) \
|
||||
$(LIBART_CFLAGS) \
|
||||
-I$(includedir)
|
||||
|
||||
noinst_LIBRARIES = libapppaint.a
|
||||
|
|
|
@ -60,4 +60,5 @@ INCLUDES = \
|
|||
-I$(top_srcdir) \
|
||||
-I$(top_srcdir)/app \
|
||||
$(GTK_CFLAGS) \
|
||||
$(LIBART_CFLAGS) \
|
||||
-I$(includedir)
|
||||
|
|
|
@ -10,6 +10,7 @@ INCLUDES = \
|
|||
-I$(top_srcdir)/app \
|
||||
$(GTK_CFLAGS) \
|
||||
$(PANGOFT2_CFLAGS) \
|
||||
$(LIBART_CFLAGS) \
|
||||
-I$(includedir)
|
||||
|
||||
noinst_LIBRARIES = libapptext.a
|
||||
|
|
|
@ -154,6 +154,7 @@ INCLUDES = \
|
|||
-I$(top_srcdir) \
|
||||
-I$(top_srcdir)/app \
|
||||
$(GTK_CFLAGS) \
|
||||
$(LIBART_CFLAGS) \
|
||||
-I$(includedir)
|
||||
|
||||
|
||||
|
|
|
@ -12,6 +12,7 @@ INCLUDES = \
|
|||
-I$(top_srcdir)/app \
|
||||
$(GTK_CFLAGS) \
|
||||
$(PANGOFT2_CFLAGS) \
|
||||
$(LIBART_CFLAGS) \
|
||||
-I$(includedir)
|
||||
|
||||
noinst_LIBRARIES = libappwidgets.a
|
||||
|
|
|
@ -26,4 +26,5 @@ INCLUDES = \
|
|||
-I$(top_srcdir) \
|
||||
-I$(top_srcdir)/app \
|
||||
$(GTK_CFLAGS) \
|
||||
$(LIBART_CFLAGS) \
|
||||
-I$(includedir)
|
||||
|
|
Loading…
Reference in New Issue