X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2FMakefile.am;h=efb49e1ffa78416769442ce5f3a17749d19441d3;hb=6e2f3f9f8a2b4b83648c9c8b9993d321b3f60a79;hp=7fbddd7f66acfb80faffd0fe31a6068109f30cbd;hpb=d600bf8d58205ea476458970b8dda5f6e8d9220b;p=chaz%2Fopenbox diff --git a/src/Makefile.am b/src/Makefile.am index 7fbddd7f..efb49e1f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -21,6 +21,9 @@ openbox3_SOURCES= actions.cc client.cc frame.cc openbox.cc screen.cc \ main.cc backgroundwidget.cc labelwidget.cc \ buttonwidget.cc python.cc bindings.cc \ openbox_wrap.cc +noinst_HEADERS= actions.hh backgroundwidget.hh bindings.hh buttonwidget.hh \ + client.hh frame.hh labelwidget.hh openbox.hh python.hh \ + screen.hh widgetbase.hh openbox3_LDFLAGS= $(PYTHON_LDFLAGS) script_DATA = ob.py @@ -35,6 +38,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 $@ $<