From c77596c251b9964d177b72f4aea8139be31d1bfa Mon Sep 17 00:00:00 2001 From: rbuj Date: Sun, 17 May 2020 23:53:37 +0200 Subject: build: Remove MATEDESKTOP_CFLAGS and MATEDESKTOP_LIBS --- timerapplet/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'timerapplet/Makefile.am') diff --git a/timerapplet/Makefile.am b/timerapplet/Makefile.am index 08552191..7a69c74a 100644 --- a/timerapplet/Makefile.am +++ b/timerapplet/Makefile.am @@ -1,6 +1,5 @@ AM_CPPFLAGS = \ $(MATE_APPLETS4_CFLAGS) \ - $(MATEDESKTOP_CFLAGS) \ $(LIBNOTIFY_CFLAGS) \ -I$(srcdir) \ $(DISABLE_DEPRECATED_CFLAGS) @@ -9,7 +8,7 @@ APPLET_LOCATION = $(libexecdir)/timer-applet libexec_PROGRAMS = timer-applet timer_applet_SOURCES = timerapplet.c -timer_applet_LDADD = $(MATE_APPLETS4_LIBS) $(MATEDESKTOP_LIBS) $(LIBNOTIFY_LIBS) +timer_applet_LDADD = $(MATE_APPLETS4_LIBS) $(LIBNOTIFY_LIBS) timer_applet_CFLAGS = $(WARN_CFLAGS) appletsdir = $(datadir)/mate-panel/applets -- cgit v1.2.1