mirror of https://github.com/GNOME/gimp.git
added PANGO_FT2_CFLAGS.
2002-10-11 Sven Neumann <sven@gimp.org> * app/core/Makefile.am (INCLUDES): added PANGO_FT2_CFLAGS.
This commit is contained in:
parent
d9f96f3f85
commit
01a8d7cb93
|
@ -1,3 +1,7 @@
|
|||
2002-10-11 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/core/Makefile.am (INCLUDES): added PANGO_FT2_CFLAGS.
|
||||
|
||||
2002-10-10 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/tools/gimptexttool.[ch]: added a very simple text editor.
|
||||
|
|
|
@ -11,6 +11,7 @@ INCLUDES = \
|
|||
-I$(top_srcdir)/app \
|
||||
$(GTK_CFLAGS) \
|
||||
$(LIBART_CFLAGS) \
|
||||
$(PANGOFT2_CFLAGS) \
|
||||
-I$(includedir)
|
||||
|
||||
noinst_LIBRARIES = libappcore.a
|
||||
|
|
Loading…
Reference in New Issue