~ubuntu-branches/ubuntu/trusty/xfce4-panel/trusty-proposed

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
plugindir = $(libdir)/xfce4/panel-plugins

plugin_LTLIBRARIES = libsystembuttons.la

libsystembuttons_la_LDFLAGS =						\
	-avoid-version							\
	-module

libsystembuttons_la_SOURCES = 						\
	systembuttons.c

libsystembuttons_la_CFLAGS =						\
	-I$(top_srcdir)							\
	@LIBXFCEGUI4_CFLAGS@						\
	@LIBXML_CFLAGS@

libsystembuttons_la_LIBADD =						\
	@LIBS@