diff options
Diffstat (limited to 'geyes')
-rw-r--r-- | geyes/Makefile.am | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/geyes/Makefile.am b/geyes/Makefile.am index c3e0550a..f226f218 100644 --- a/geyes/Makefile.am +++ b/geyes/Makefile.am @@ -3,11 +3,12 @@ SUBDIRS = themes docs AM_CPPFLAGS = \ -I. \ -I$(srcdir) \ - $(MATE_APPLETS4_CFLAGS) \ - $(MATEDESKTOP_CFLAGS) \ + $(MATE_APPLETS4_CFLAGS) \ + $(MATEDESKTOP_CFLAGS) \ -I$(includedir) \ -DGEYES_THEMES_DIR=\""$(pkgdatadir)/geyes/"\" \ - -DGEYES_MENU_UI_DIR=\""$(uidir)"\" + -DGEYES_MENU_UI_DIR=\""$(uidir)"\" \ + ${WARN_CFLAGS} libexec_PROGRAMS = mate-geyes-applet |