mirror of https://github.com/GNOME/gimp.git
Use GTK_CFLAGS instead of GLIB_CFLAGS to fix a compile problem
This commit is contained in:
parent
143a04b2d0
commit
cb86ffb1e8
|
@ -55,7 +55,7 @@ EXTRA_DIST = \
|
|||
|
||||
INCLUDES = \
|
||||
-I$(top_srcdir) \
|
||||
$(GLIB_CFLAGS) \
|
||||
$(GTK_CFLAGS) \
|
||||
-I$(includedir)
|
||||
|
||||
LDADD = \
|
||||
|
|
Loading…
Reference in New Issue