diff options
author | rbuj <[email protected]> | 2020-05-17 23:53:37 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-05-21 20:22:59 +0200 |
commit | c77596c251b9964d177b72f4aea8139be31d1bfa (patch) | |
tree | 2fc9842e79deefd32c2440a723faa13c5dccf7f8 /command/Makefile.am | |
parent | c05e8a98283929fd7cd97889a96756b57ee79839 (diff) | |
download | mate-applets-c77596c251b9964d177b72f4aea8139be31d1bfa.tar.bz2 mate-applets-c77596c251b9964d177b72f4aea8139be31d1bfa.tar.xz |
build: Remove MATEDESKTOP_CFLAGS and MATEDESKTOP_LIBS
Diffstat (limited to 'command/Makefile.am')
-rw-r--r-- | command/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/command/Makefile.am b/command/Makefile.am index 4bc5b4e3..fbb3a141 100644 --- a/command/Makefile.am +++ b/command/Makefile.am @@ -1,6 +1,5 @@ AM_CPPFLAGS = \ $(MATE_APPLETS4_CFLAGS) \ - $(MATEDESKTOP_CFLAGS) \ -I$(srcdir) \ $(DISABLE_DEPRECATED_CFLAGS) @@ -8,7 +7,7 @@ APPLET_LOCATION = $(libexecdir)/command-applet libexec_PROGRAMS = command-applet command_applet_SOURCES = command.c ma-command.c ma-command.h -command_applet_LDADD = $(MATE_APPLETS4_LIBS) $(MATEDESKTOP_LIBS) +command_applet_LDADD = $(MATE_APPLETS4_LIBS) command_applet_CFLAGS = $(WARN_CFLAGS) appletsdir = $(datadir)/mate-panel/applets |