diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-08-29 06:40:35 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-08-29 06:40:35 +0000 |
| commit | 5e06be6abb68a95aa9cafc5a6f0c5e295ebe9bee (patch) | |
| tree | be3e0b0b51db77c7e3b96055d22e9aa1516052e4 /Makefile.am | |
| parent | db4b0e6270a7f943b1e1a3238283673a78ffd469 (diff) | |
add window placement routines to the kernel
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 20 |
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 = \ |
