diff options
Diffstat (limited to 'python/Makefile.am')
| -rw-r--r-- | python/Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/python/Makefile.am b/python/Makefile.am new file mode 100644 index 00000000..ebb3812e --- /dev/null +++ b/python/Makefile.am @@ -0,0 +1,11 @@ +scriptdir=$(libdir)/openbox/python + +SUBDIRS = + +script_PYTHON = rc.py keymap.py buttonmap.py config.py motion.py \ + historyplacement.py windowplacement.py stackedcycle.py focus.py + +MAINTAINERCLEANFILES= Makefile.in + +distclean-local: + $(RM) *\~ *.orig *.rej .\#* |
