aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lxpanel-plugin/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lxpanel-plugin/Makefile.am b/lxpanel-plugin/Makefile.am
index eb44246..3d10912 100644
--- a/lxpanel-plugin/Makefile.am
+++ b/lxpanel-plugin/Makefile.am
@@ -4,7 +4,7 @@ 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-xfce-panel-applet\"
+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