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 /stickynotes | |
parent | c05e8a98283929fd7cd97889a96756b57ee79839 (diff) | |
download | mate-applets-c77596c251b9964d177b72f4aea8139be31d1bfa.tar.bz2 mate-applets-c77596c251b9964d177b72f4aea8139be31d1bfa.tar.xz |
build: Remove MATEDESKTOP_CFLAGS and MATEDESKTOP_LIBS
Diffstat (limited to 'stickynotes')
-rw-r--r-- | stickynotes/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/stickynotes/Makefile.am b/stickynotes/Makefile.am index a67506bd..6cc2c530 100644 --- a/stickynotes/Makefile.am +++ b/stickynotes/Makefile.am @@ -19,7 +19,6 @@ AM_CPPFLAGS = \ -I$(srcdir) \ $(STICKYNOTES_CFLAGS) \ $(MATE_APPLETS4_CFLAGS) \ - $(MATEDESKTOP_CFLAGS) \ $(LIBWNCK_CFLAGS) \ $(XML2_CFLAGS) \ -DSTICKYNOTES_MENU_UI_DIR=\""$(uidir)"\" \ @@ -47,7 +46,6 @@ stickynotes_applet_SOURCES = \ stickynotes_applet_LDADD = \ $(STICKYNOTES_LIBS) \ $(MATE_APPLETS4_LIBS) \ - $(MATEDESKTOP_LIBS) \ $(LIBWNCK_LIBS) \ $(XML2_LIBS) \ -lX11 \ |