From d600bf8d58205ea476458970b8dda5f6e8d9220b Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 27 Jan 2003 15:59:28 +0000 Subject: openbox scripting works again! config too! --- otk/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'otk') diff --git a/otk/Makefile.am b/otk/Makefile.am index 29b35442..dd8d45f0 100644 --- a/otk/Makefile.am +++ b/otk/Makefile.am @@ -2,7 +2,7 @@ buttonsdir = $(pkgdatadir)/buttons scriptdir = $(libdir)/openbox/python CXXFLAGS=$(XFT_CFLAGS) $(PYTHON_CFLAGS) @CXXFLAGS@ \ --DBUTTONSDIR=\"$(buttonsdir)\" +-DBUTTONSDIR=\"$(buttonsdir)\" -DSWIG_GLOBAL INCLUDES= -I../src @@ -40,6 +40,6 @@ otk.i: $(wildcard *.hh) touch $@ %_wrap.cc: %.i - swig -c $(filter -I%,$(CXXFLAGS)) -python -shadow -c++ -nodefault -o $@ $< + swig $(filter -I%,$(CXXFLAGS)) -python -shadow -c++ -nodefault -o $@ $< # local dependencies -- cgit v1.2.3