diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-04 00:12:21 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-04 00:12:21 +0000 |
| commit | 527697d6aee92ab3780eb34af158ac9d2207939c (patch) | |
| tree | 3da5af9e62309ee74821c6cc148c1d959cff409a /src | |
| parent | 0ea5de6247c44839807c588d310d9345e534a64c (diff) | |
add -shadow
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 10c93be6..fab23110 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -31,6 +31,6 @@ openbox.i: openbox.hh screen.hh client.hh touch $@ openbox_wrap.cc: openbox.i - swig $(filter -I%,$(CXXFLAGS)) -python -c++ -nodefault -o $@ $< + swig $(filter -I%,$(CXXFLAGS)) -python -shadow -c++ -nodefault -o $@ $< # local dependencies |
