fluxbox/Makefile.am
simonb 383f99d4b6 Default value for $LAUNCHER, plus add util and util/fbrun to the
PATH when generating install menu so it can find fbrun.
data thus needs to come after util in toplevel subdir processing so
that fbrun is built
2007-03-31 11:28:46 +00:00

17 lines
395 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 .
EXTRA_DIST = acinclude.m4
uninstall-local:
rmdir $(pkgdatadir)
distclean-local:
rm -f *\~
source-doc:
doxygen Doxyfile