diff options
author | lukefromdc <[email protected]> | 2016-10-23 02:59:33 -0400 |
---|---|---|
committer | lukefromdc <[email protected]> | 2016-10-23 02:59:33 -0400 |
commit | edb2cc870fa87cf1c57a61c0af5c578461b20a20 (patch) | |
tree | b0a10ce65f41977c1e528debe46c84bd192f8927 /libcaja-private/Makefile.am | |
parent | ec529e70c20c4164fe34179fc1956676bd10e665 (diff) | |
download | caja-edb2cc870fa87cf1c57a61c0af5c578461b20a20.tar.bz2 caja-edb2cc870fa87cf1c57a61c0af5c578461b20a20.tar.xz |
GtkApplication: show notifications for ejecting from the desktop too
Show desktop notifications for ejecting a drive from the desktop as well.The code in caja-file-operations won't show notifications from the sidebar so that code is still needed too.
Diffstat (limited to 'libcaja-private/Makefile.am')
-rw-r--r-- | libcaja-private/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcaja-private/Makefile.am b/libcaja-private/Makefile.am index 23832404..a02d5fae 100644 --- a/libcaja-private/Makefile.am +++ b/libcaja-private/Makefile.am @@ -39,6 +39,7 @@ libcaja_private_la_LIBADD = \ $(top_builddir)/eel/libeel-2.la \ $(top_builddir)/libcaja-extension/libcaja-extension.la \ $(CORE_LIBS) \ + -lnotify $(NULL) libcaja_private_la_SOURCES = \ |