From 9b33f7ded69e22ad18169c45b6b340dcb348e072 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 17 Mar 2003 19:54:37 +0000 Subject: stop using python internally. add an event dispatcher --- openbox/Makefile.am | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'openbox/Makefile.am') diff --git a/openbox/Makefile.am b/openbox/Makefile.am index 4cc5b4ce..765cef21 100644 --- a/openbox/Makefile.am +++ b/openbox/Makefile.am @@ -1,31 +1,30 @@ localedir=$(datadir)/locale themercdir=$(datadir)/openbox -scriptdir=$(libdir)/openbox/python enginedir=$(libdir)/openbox/engines +plugindir=$(libdir)/openbox/plugins -CPPFLAGS=$(XFT_CFLAGS) $(PYTHON_CFLAGS) $(GLIB_CFLAGS) $(GMODULE_CFLAGS) \ +CPPFLAGS=$(XFT_CFLAGS) $(GLIB_CFLAGS) $(GMODULE_CFLAGS) \ @CPPFLAGS@ \ -DLOCALEDIR=\"$(localedir)\" \ -DTHEMERCDIR=\"$(themercdir)\" \ --DSCRIPTDIR=\"$(scriptdir)\" \ +-DPLUGINDIR=\"$(plugindir)\" \ -DENGINEDIR=\"$(enginedir)\" \ -DDEFAULT_ENGINE=\"openbox\" \ -DG_LOG_DOMAIN=\"Openbox\" -LIBS=$(XFT_LIBS) $(PYTHON_LIBS) $(GLIB_LIBS) $(GMODULE_LIBS) @LIBS@ +LIBS=$(XFT_LIBS) $(GLIB_LIBS) $(GMODULE_LIBS) @LIBS@ bin_PROGRAMS= ob3 ob3_LDADD=@LIBINTL@ ../render/librender.a ob3_LDFLAGS=-export-dynamic ob3_SOURCES=client.c event.c extensions.c focus.c frame.c openbox.c prop.c \ - python.c screen.c stacking.c xerror.c hooks.c themerc.c timer.c \ - clientwrap.c openboxwrap.c pointer.c keyboard.c engine.c configwrap.c + screen.c stacking.c xerror.c themerc.c timer.c dispatch.c \ + engine.c noinst_HEADERS=client.h event.h extensions.h focus.h frame.h geom.h gettext.h \ - openbox.h prop.h python.h screen.h stacking.h xerror.h themerc.h \ - timer.h hooks.h clientwrap.h openboxwrap.h pointer.h keyboard.h \ - engine.h configwrap.h + openbox.h prop.h screen.h stacking.h xerror.h themerc.h dispatch.h \ + timer.h engine.h MAINTAINERCLEANFILES= Makefile.in -- cgit v1.2.3