diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-03 06:27:10 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-03 06:27:10 +0000 |
| commit | 808f11a6c9546fb6fb2f36e24b3202295765513e (patch) | |
| tree | a93b450ba99d3cc277911861308ff0b3bf272834 | |
| parent | 7071b1f094f7b4b5e09ed329d13d2d1454a9cacf (diff) | |
got rid of premade funcs
| -rw-r--r-- | scripts/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 03a843a7..b30d2971 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -1,6 +1,6 @@ scriptdir = $(libdir)/openbox/python MAINTAINERCLEANFILES = Makefile.in -script_DATA = clientmotion.py clicks.py config.py +script_DATA = config.py EXTRA_DIST = $(script_DATA) distclean-local: |
