diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-10 08:36:01 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-10 08:36:01 +0000 |
| commit | 69f38b9f55dfd56d308e1667973f57431276fcc4 (patch) | |
| tree | 3faef0c0d43db9452fcba256e48533ba33879568 /otk/Makefile.am | |
| parent | ec6951c2c7bf7d2d0a122e0e26555231109b0f89 (diff) | |
undefine the scriptdir, thats not where otk.py will be going
Diffstat (limited to 'otk/Makefile.am')
| -rw-r--r-- | otk/Makefile.am | 6 |
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: |
