forked from mia/Aegisub
f55ffd6d91
* 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.
33 lines
414 B
Makefile
33 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
|