diff options
author | infirit <[email protected]> | 2014-12-03 22:07:52 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-12-03 22:07:52 +0100 |
commit | 419a9ea9523ad2b38a64161b7de08672aa11b471 (patch) | |
tree | eab8263232bec5a33352d61489c3c4afc3f3e000 /accessx-status | |
parent | cb53c82e2736ab603b29705f89d858344c4b59fb (diff) | |
download | mate-applets-419a9ea9523ad2b38a64161b7de08672aa11b471.tar.bz2 mate-applets-419a9ea9523ad2b38a64161b7de08672aa11b471.tar.xz |
accessx: also add gio to linker
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 690b5442..90fa8f4b 100644 --- a/accessx-status/Makefile.am +++ b/accessx-status/Makefile.am @@ -16,6 +16,7 @@ accessx_status_applet_SOURCES = \ accessx_status_applet_LDADD = \ $(MATE_APPLETS4_LIBS) \ $(MATEDESKTOP_LIBS) \ + $(GIO_LIBS) \ $(X_LIBS) appletdir = $(datadir)/mate-panel/applets |