summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-10 08:36:01 +0000
committerDana Jansens <danakj@orodu.net>2003-01-10 08:36:01 +0000
commit69f38b9f55dfd56d308e1667973f57431276fcc4 (patch)
tree3faef0c0d43db9452fcba256e48533ba33879568
parentec6951c2c7bf7d2d0a122e0e26555231109b0f89 (diff)
undefine the scriptdir, thats not where otk.py will be going
-rw-r--r--otk/Makefile.am6
1 files changed, 0 insertions, 6 deletions
diff --git a/otk/Makefile.am b/otk/Makefile.am
index 8ca32e17..7d020cc6 100644
--- a/otk/Makefile.am
+++ b/otk/Makefile.am
@@ -1,5 +1,3 @@
-scriptdir = $(libdir)/openbox/python
-
CXXFLAGS=$(XFT_CFLAGS) $(PYTHON_CFLAGS) @CXXFLAGS@
INCLUDES= -I../src
@@ -17,10 +15,6 @@ libotk_la_SOURCES= color.cc display.cc font.cc gccache.cc image.cc \
libotk_la_LDFLAGS = $(XFT_LIBS) $(PYTHON_LIBS)
-#script_DATA = otk.py
-
-#EXTRA_DIST = $(script_DATA)
-
MAINTAINERCLEANFILES= Makefile.in
distclean-local: