summaryrefslogtreecommitdiff
path: root/openbox/Makefile.am
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-03-17 19:54:37 +0000
committerDana Jansens <danakj@orodu.net>2003-03-17 19:54:37 +0000
commit9b33f7ded69e22ad18169c45b6b340dcb348e072 (patch)
tree521a3f9eedba1baf94a5480ea32c628439dafd3d /openbox/Makefile.am
parent055b459cdf8e8f15d17cb3366cfde31406fa6223 (diff)
stop using python internally. add an event dispatcher
Diffstat (limited to 'openbox/Makefile.am')
-rw-r--r--openbox/Makefile.am17
1 files changed, 8 insertions, 9 deletions
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