diff options
Diffstat (limited to 'a11y/e-text')
-rw-r--r-- | a11y/e-text/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/a11y/e-text/Makefile.am b/a11y/e-text/Makefile.am index 5eb11b2a87..8dc23f50cc 100644 --- a/a11y/e-text/Makefile.am +++ b/a11y/e-text/Makefile.am @@ -1,7 +1,7 @@ INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/widgets \ - $(EXTRA_GNOME_CFLAGS) \ + $(GNOME_PLATFORM_CFLAGS) \ -DG_LOG_DOMAIN=\"e-text\" noinst_LTLIBRARIES = libgal-a11y-etext.la |