Aegisub/Makefile.am
Amar Takhar f55ffd6d91 * Add support for universalchardet
* Fix #ifdef for STIDO/fstream with a proper ifdef/else
 * Make auto3 subdir inclusion conditional
 * Rename libspell_hunspell to libmisc*

Please note that universalchardet is only set to work with X86 for now, I'll fi$
the rest later.

Originally committed to SVN as r1907.
2008-03-05 18:52:09 +00:00

34 lines
414 B
Makefile

AUTOMAKE_OPTIONS = foreign
if HAVE_UNIVCHARDET
univchardet = universalchardet
endif
if HAVE_AUTO3_LUA
auto3 = auto3
endif
SUBDIRS = \
$(univchardet) \
$(auto3) \
aegisub \
automation \
po \
m4macros
EXTRA_DIST = \
intltool-extract.in \
intltool-merge.in \
intltool-update.in \
mkinstalldirs \
config.guess \
config.sub \
depcomp \
install-sh \
missing \
mkinstalldirs \
INSTALL \
README