diff --git a/panels/display/Makefile.am b/panels/display/Makefile.am index 502bcd8ad..af09b1dc4 100644 --- a/panels/display/Makefile.am +++ b/panels/display/Makefile.am @@ -34,7 +34,7 @@ desktopdir = $(datadir)/applications Desktop_in_files = gnome-display-panel.desktop.in desktop_DATA = $(Desktop_in_files:.desktop.in=.desktop) -INCLUDES = $(PANEL_CFLAGS) \ +AM_CPPFLAGS = $(PANEL_CFLAGS) \ $(DISPLAY_PANEL_CFLAGS) \ -DGNOMELOCALEDIR="\"$(datadir)/locale\""