flmsg/Makefile.am
David Freese b022871ea8 Version 0.3.0
Initial repository
2009-11-27 14:02:49 -06:00

19 lines
282 B
Makefile

ACLOCAL_AMFLAGS = -I m4
SUBDIRS = src
if HAVE_FLUID
flgen:
(cd src && $(MAKE) $(AM_MAKEFLAGS) $@)
endif
if DARWIN
appbundle:
(cd src && $(MAKE) $(AM_MAKEFLAGS) $@)
endif
if HAVE_NSIS
nsisinst:
(cd src && $(MAKE) $(AM_MAKEFLAGS) $@)
endif
#EXTRA_DIST = build-aux/config.rpath