summaryrefslogtreecommitdiff
path: root/null_applet/Makefile.am
diff options
context:
space:
mode:
authorMonsta <[email protected]>2016-01-02 23:10:09 +0300
committerMonsta <[email protected]>2016-01-02 23:10:09 +0300
commit76198a103be40a7a955d1aac953548e6fea82ab5 (patch)
tree98398f65570796a0356049f38891aac64d6adef7 /null_applet/Makefile.am
parent7160d859ece6fe2b8526d518a15e629982e03332 (diff)
downloadmate-applets-76198a103be40a7a955d1aac953548e6fea82ab5.tar.bz2
mate-applets-76198a103be40a7a955d1aac953548e6fea82ab5.tar.xz
drop null_applet which isn't even buildable these days
Diffstat (limited to 'null_applet/Makefile.am')
-rw-r--r--null_applet/Makefile.am35
1 files changed, 0 insertions, 35 deletions
diff --git a/null_applet/Makefile.am b/null_applet/Makefile.am
deleted file mode 100644
index 39375de6..00000000
--- a/null_applet/Makefile.am
+++ /dev/null
@@ -1,35 +0,0 @@
-AM_CPPFLAGS = \
- -I. \
- -I$(srcdir) \
- $(MATE_APPLETS4_CFLAGS)
-
-libexec_PROGRAMS = null_applet
-
-null_applet_SOURCES = null_applet.c
-
-null_applet_LDADD = $(MATE_APPLETS4_LIBS)
-
-serverdir = $(libdir)/matecomponent/servers
-server_in_files = \
- MATE_NullApplet_Factory.server.in \
- MATE_CDPlayerApplet.server.in \
- MATE_MailcheckApplet_Factory.server.in \
- MATE_Panel_WirelessApplet.server.in \
- MATE_KeyboardApplet.server.in
-server_DATA = $(server_in_files:.server.in=.server)
-
-@INTLTOOL_SERVER_RULE@
-
-MATE_NullApplet_Factory.server.in: MATE_NullApplet_Factory.server.in.in
- sed -e "s|\@LIBEXECDIR\@|$(libexecdir)|" $< > $@
-
-CLEANFILES = MATE_NullApplet_Factory.server.in $(server_DATA)
-
-EXTRA_DIST = \
- MATE_NullApplet_Factory.server.in.in \
- MATE_CDPlayerApplet.server.in \
- MATE_MailcheckApplet_Factory.server.in \
- MATE_Panel_WirelessApplet.server.in \
- MATE_KeyboardApplet.server.in
-
--include $(top_srcdir)/git.mk