summaryrefslogtreecommitdiff
path: root/otk
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-10 03:15:11 +0000
committerDana Jansens <danakj@orodu.net>2003-01-10 03:15:11 +0000
commit915b171befc55dc12daffe5814cdf6332083f2ad (patch)
treecd9218d451072694980f8844bd69b39ab2a51afb /otk
parent385de86d903c95e9897bd106b04e3ef1f70d9d2d (diff)
install the shadow wrappers
Diffstat (limited to 'otk')
-rw-r--r--otk/Makefile.am4
1 files changed, 4 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: