Xfce Wiki

Sub domains
 
! Please note that this is our old Git server, which is read only since May 1, 2020. Please go to gitlab.xfce.org for our new server !
aboutsummaryrefslogtreecommitdiffstats
path: root/examples/panel-plugin/Makefile.am
blob: 3886a169933357a6fdf6dd5b41758857d78c203b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
VALAFLAGS = --pkg=gtk+-2.0 --pkg=libxfce4panel-1.0

plugindir = $(libdir)/xfce4/panel/plugins
plugin_LTLIBRARIES = libbutton.la

libbutton_la_SOURCES = button.vala
libbutton_la_CFLAGS = @LIBXFCE4PANEL_CFLAGS@
libbutton_la_LIBADD = @LIBXFCE4PANEL_LIBS@

desktopdir = $(datadir)/xfce4/panel/plugins
desktop_DATA = button.desktop