From 1779190286a37b0e414ecc4a17ecb69994ee6005 Mon Sep 17 00:00:00 2001 From: Javier Date: Fri, 13 Feb 2015 01:51:42 +0100 Subject: preeliminary xfce mate applet --- xfce-applet/Makefile.am | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 xfce-applet/Makefile.am (limited to 'xfce-applet/Makefile.am') diff --git a/xfce-applet/Makefile.am b/xfce-applet/Makefile.am new file mode 100644 index 0000000..a1e36a1 --- /dev/null +++ b/xfce-applet/Makefile.am @@ -0,0 +1,22 @@ +if WANT_XFCE_APPLET + +plugindir = $(libdir)/xfce4/panel-plugins +plugin_LTLIBRARIES = libtopmenu.la + +libtopmenu_la_SOURCES = topmenu-xfce-panel-applet.c topmenu-xfce-panel-applet.h +libtopmenu_la_CPPFLAGS = $(GTK_CFLAGS) $(XFCEPANELAPPLET_CFLAGS) -DG_LOG_DOMAIN=\"topmenu-xfce-panel-applet\" +libtopmenu_la_LIBADD = $(GTK_LIBS) $(XFCEPANELAPPLET_LIBS) ../libtopmenu-server/libtopmenu-server-gtk$(GTK_VERSION).la +libtopmenu_la_LDFLAGS = -avoid-version -shared -no-undefined -export-symbols-regex '^xfce_panel_module_(preinit|init|construct)' + +desktopdir = $(datadir)/xfce4/panel-plugins +desktop_DATA = topmenu.desktop + +$(desktop_DATA): %: %.in Makefile + $(AM_V_GEN)sed \ + -e "s|\@LIBEXECDIR\@|$(libexecdir)|" \ + $< > $@ + +EXTRA_DIST = topmenu.desktop.in +CLEANFILES = $(desktop_DATA) + +endif -- cgit v1.2.3