2002-12-25 04:54:44 +00:00
|
|
|
scriptdir = $(libdir)/openbox/python
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|
2003-02-01 13:06:54 +00:00
|
|
|
script_DATA = config.py defaults.py focus.py callbacks.py \
|
2003-02-01 10:03:29 +00:00
|
|
|
focusmodel.py windowplacement.py behavior.py motion.py \
|
2003-02-04 09:34:17 +00:00
|
|
|
historyplacement.py stackedcycle.py focuscycle.py
|
2002-12-25 04:54:44 +00:00
|
|
|
EXTRA_DIST = $(script_DATA)
|
|
|
|
|
|
|
|
distclean-local:
|
|
|
|
rm -f *\~ .\#*
|
|
|
|
uninstall-am:
|
|
|
|
rmdir -p $(scriptdir)
|