From: Dana Jansens Date: Fri, 10 Jan 2003 08:36:01 +0000 (+0000) Subject: undefine the scriptdir, thats not where otk.py will be going X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=69f38b9f55dfd56d308e1667973f57431276fcc4;p=chaz%2Fopenbox undefine the scriptdir, thats not where otk.py will be going --- 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: