summaryrefslogtreecommitdiff
path: root/drivemount
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-05-17 23:53:37 +0200
committerraveit65 <[email protected]>2020-05-21 20:22:59 +0200
commitc77596c251b9964d177b72f4aea8139be31d1bfa (patch)
tree2fc9842e79deefd32c2440a723faa13c5dccf7f8 /drivemount
parentc05e8a98283929fd7cd97889a96756b57ee79839 (diff)
downloadmate-applets-c77596c251b9964d177b72f4aea8139be31d1bfa.tar.bz2
mate-applets-c77596c251b9964d177b72f4aea8139be31d1bfa.tar.xz
build: Remove MATEDESKTOP_CFLAGS and MATEDESKTOP_LIBS
Diffstat (limited to 'drivemount')
-rw-r--r--drivemount/Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/drivemount/Makefile.am b/drivemount/Makefile.am
index 7e74702d..a33779bd 100644
--- a/drivemount/Makefile.am
+++ b/drivemount/Makefile.am
@@ -5,8 +5,7 @@ AM_CPPFLAGS = \
-I$(srcdir) \
-DDRIVEMOUNT_MENU_UI_DIR=\""$(uidir)"\" \
${WARN_CFLAGS} \
- $(MATE_APPLETS4_CFLAGS) \
- $(MATEDESKTOP_CFLAGS)
+ $(MATE_APPLETS4_CFLAGS)
libexec_PROGRAMS = mate-drivemount-applet
@@ -18,8 +17,7 @@ mate_drivemount_applet_SOURCES = \
drive-button.h
mate_drivemount_applet_LDADD = \
- $(MATE_APPLETS4_LIBS) \
- $(MATEDESKTOP_LIBS)
+ $(MATE_APPLETS4_LIBS)
uidir = $(datadir)/mate/ui
ui_DATA = drivemount-applet-menu.xml