Fixed some focus related problems when switching workspaces, including the
[wmaker-crm.git] / Makefile.am
blobeac63fdc98cbf53a24275707d52b30232d69e150
1 ## Process this file with automake to produce Makefile.in
3 SUBDIRS = wrlib WINGs src util po WindowMaker wmlib test WPrefs.app doc\
4         contrib
6 EXTRA_DIST = TODO BUGS BUGFORM FAQ FAQ.I18N MIRRORS COPYING.WTFPL \
7         Install acconfig.h INSTALL.pt README.pt\
8         mkpatch README.KDE README.GNOME WindowMaker.lsm.in\
9         README.definable-cursor \
10         FAQ.I18N.sk INSTALL.sk INSTALL.es INSTALL.fr
11 #       libwmfun-0.0.3.tar.gz
13 WindowMaker.lsm: WindowMaker.lsm.in
14         size=`wc -c $(distdir).tar.gz|cut -d\  -f1`;\
15         size=`echo scale=2\;$$size/1048576|bc`;\
16         sed -e "s/VERSION/"$(VERSION)"/" \
17                 -e "s/DATE/`date +%d%b%Y|tr a-z A-Z`/"\
18                 -e "s/SIZE/$$size M/"\
19                 WindowMaker.lsm.in > WindowMaker-$(VERSION).lsm
21 #dist-hook:
22 #       touch `find -name configure.in -print`
23 #       touch `find -name aclocal.m4 -print`
24 #       touch `find -name Makefile.am -print`
25 #       touch `find -name Makefile.in -print`
26 #       touch `find -name configure -print`