summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am20
1 files changed, 2 insertions, 18 deletions
diff --git a/Makefile.am b/Makefile.am
index 4b162ed4..6407ee8c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -26,7 +26,6 @@ bin_PROGRAMS = \
tools/kdetrayproxy/kdetrayproxy
plugin_LTLIBRARIES = \
- plugins/placement/placement.la \
plugins/menu/client_menu.la \
plugins/menu/client_list_menu.la
# plugins/menu/timed_menu.la \
@@ -168,6 +167,8 @@ kernel_openbox_SOURCES = \
kernel/mwm.h \
kernel/openbox.c \
kernel/openbox.h \
+ kernel/place.c \
+ kernel/place.h \
kernel/plugin.c \
kernel/plugin.h \
kernel/popup.c \
@@ -194,23 +195,6 @@ kernel_openbox_SOURCES = \
kernel/xerror.h \
plugins/interface.h
-## plugins/placement ##
-
-plugins_placement_placement_la_CPPFLAGS = \
- $(XFT_CFLAGS) \
- $(GLIB_CFLAGS) \
- $(LIBSN_CFLAGS) \
- $(XML_CFLAGS) \
- -DPLUGINDIR=\"$(plugindir)\" \
- -DG_LOG_DOMAIN=\"Plugin-Placement\"
-plugins_placement_placement_la_LDFLAGS = \
- -module \
- -avoid-version
-plugins_placement_placement_la_SOURCES = \
- plugins/placement/placement.c \
- plugins/placement/history.c \
- plugins/placement/history.h
-
## plugins/menu ##
plugins_menu_timed_menu_la_CPPFLAGS = \