aboutsummaryrefslogtreecommitdiff
path: root/lxpanel-plugin/Makefile.am
blob: 3d109123c01739189e2d06a548c194f0fd84021c (plain)
1
2
3
4
5
6
7
8
9
10
11
if WANT_LXPANEL_PLUGIN

plugindir = $(LXPANEL_PLUGIN_DIR)
plugin_LTLIBRARIES = libtopmenu.la

libtopmenu_la_SOURCES = topmenu-lxpanel-plugin.c
libtopmenu_la_CPPFLAGS = $(GTK_CFLAGS) $(LXPANELPLUGIN_CFLAGS) -DG_LOG_DOMAIN=\"topmenu-lxde-panel-applet\"
libtopmenu_la_LIBADD = $(GTK_LIBS) $(LXPANELPLUGIN_LIBS) ../libtopmenu-server/libtopmenu-server-gtk$(GTK_VERSION).la
libtopmenu_la_LDFLAGS = -avoid-version -shared -no-undefined

endif