9e5eddfc3d
This commit alters XRANDR (X Resize And Rotate) extension dependency, which is expected to have at least version 1.4. Earlier old versions of xrandr were supported, at least to some extent.
17 lines
447 B
Makefile
17 lines
447 B
Makefile
# Makefile.am for Fluxbox - http://fluxbox.org
|
|
|
|
# data dir after util so that utils are built for path searching
|
|
# when generating menu
|
|
|
|
SUBDIRS = doc nls src util data
|
|
MAINTAINERCLEANFILES = aclocal.m4 config.h.in configure Makefile.in stamp-h.in
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
EXTRA_DIST = $(top_srcdir)/3rd/vim/* $(top_srcdir)/3rd/vim/syntax/*
|
|
|
|
uninstall-hook:
|
|
rmdir $(DESTDIR)$(pkgdatadir)
|
|
distclean-local:
|
|
rm -f *\~
|
|
|
|
source-doc:
|
|
doxygen Doxyfile
|