diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-27 15:59:28 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-27 15:59:28 +0000 |
| commit | d600bf8d58205ea476458970b8dda5f6e8d9220b (patch) | |
| tree | 733bdba47c39ece5119a9e6642af4d77ae5c1e20 /otk/Makefile.am | |
| parent | 340c4c956ee9cf110deb091fac0c0f7c3ed0359c (diff) | |
openbox scripting works again! config too!
Diffstat (limited to 'otk/Makefile.am')
| -rw-r--r-- | otk/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
