diff options
author | Alexander van der Meij <[email protected]> | 2014-12-03 21:24:08 +0100 |
---|---|---|
committer | Alexander van der Meij <[email protected]> | 2014-12-03 21:24:08 +0100 |
commit | cb53c82e2736ab603b29705f89d858344c4b59fb (patch) | |
tree | f0431c0fde3fea49b8c1d45dad2bec94c8fc9c81 /accessx-status | |
parent | f18dc89b755f8444319db8410b50a2dcb66eaa2f (diff) | |
download | mate-applets-cb53c82e2736ab603b29705f89d858344c4b59fb.tar.bz2 mate-applets-cb53c82e2736ab603b29705f89d858344c4b59fb.tar.xz |
fix building of the accessx-status applet
Diffstat (limited to 'accessx-status')
-rw-r--r-- | accessx-status/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/accessx-status/Makefile.am b/accessx-status/Makefile.am index 37f8430f..690b5442 100644 --- a/accessx-status/Makefile.am +++ b/accessx-status/Makefile.am @@ -3,6 +3,7 @@ SUBDIRS = docs pixmaps AM_CPPFLAGS = \ $(MATE_APPLETS4_CFLAGS) \ $(MATEDESKTOP_CFLAGS) \ + $(GIO_CFLAGS) \ -DACCESSX_PIXMAPS_DIR=\""$(datadir)/pixmaps/mate-accessx-status-applet"\" \ -DACCESSX_MENU_UI_DIR=\""$(uidir)"\" |