summaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: 4b23432bb0fccee82668af953f55d482d830c185 (plain)
1
2
3
4
5
6
7
8
9
10
## Process this file with automake to produce Makefile.in

SUBDIRS = lib intl src doc po

TESTS = idtest

EXTRA_DIST = idtest @README_ALPHA@

idtest-real: all
	$(SHELL) $(top_srcdir)/idtest $(top_srcdir) $(top_builddir)