diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-12-31 07:19:32 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-12-31 07:19:32 +0000 |
| commit | 103372b02f783053c69f8f94db2c0e161f3e7d93 (patch) | |
| tree | 363d36fc94dbb03c13634d61a182048c08d2e1fb /scripts/Makefile.am | |
| parent | a6661d587cd043e1894418c091b8dbd4e18a7d55 (diff) | |
create some globals for use in the python scripts
Diffstat (limited to 'scripts/Makefile.am')
| -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 ecf86a22..5b55ecae 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 +script_DATA = clientmotion.py clicks.py globals.py EXTRA_DIST = $(script_DATA) distclean-local: |
