summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-29 22:44:15 +0000
committerDana Jansens <danakj@orodu.net>2003-01-29 22:44:15 +0000
commit6cf79c8fd460818447da9988711dd10b25d7d4f4 (patch)
tree6521fc4ea8bd83399dc05ace3fa475f148b04b08 /src/Makefile.am
parent6584ed21590752822d75a048f44178593f704ec1 (diff)
make a .py rule
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 7fbddd7f..cbb63640 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -35,6 +35,8 @@ distclean-local:
openbox.i: openbox.hh screen.hh client.hh python.hh frame.hh
touch $@
+%.py: %_wrap.cc
+
%_wrap.cc: %.i
swig -c -I../otk $(filter -I%,$(CXXFLAGS)) -python -shadow -c++ -nodefault -o $@ $<