diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-10 03:15:11 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-10 03:15:11 +0000 |
| commit | 915b171befc55dc12daffe5814cdf6332083f2ad (patch) | |
| tree | cd9218d451072694980f8844bd69b39ab2a51afb | |
| parent | 385de86d903c95e9897bd106b04e3ef1f70d9d2d (diff) | |
install the shadow wrappers
| -rw-r--r-- | otk/Makefile.am | 4 | ||||
| -rw-r--r-- | src/Makefile.am | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/otk/Makefile.am b/otk/Makefile.am index 0ba90ade..a65458dc 100644 --- a/otk/Makefile.am +++ b/otk/Makefile.am @@ -1,3 +1,5 @@ +scriptdir = $(libdir)/openbox/python + CXXFLAGS=$(XFT_CFLAGS) $(PYTHON_CFLAGS) @CXXFLAGS@ INCLUDES= -I../src @@ -15,6 +17,8 @@ libotk_la_SOURCES= color.cc display.cc font.cc gccache.cc image.cc \ libotk_la_LDFLAGS = $(XFT_LIBS) $(PYTHON_LIBS) +scriptdir_DATA = otk.py + MAINTAINERCLEANFILES= Makefile.in distclean-local: diff --git a/src/Makefile.am b/src/Makefile.am index 6bcafba0..3310def3 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -22,6 +22,8 @@ openbox3_SOURCES= actions.cc client.cc frame.cc openbox.cc screen.cc \ buttonwidget.cc python.cc bindings.cc \ openbox_wrap.cc +scriptdir_DATA = openbox.py + MAINTAINERCLEANFILES= Makefile.in distclean-local: |
