summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 71887f58028de48c856d3a313172823f9ce9ece8 (plain)
1
2
3
4
5
6
7
8
9
10
11
## Input file for automake to generate the Makefile.in used by configure

SUBDIRS = lib native doc resource com gnu java vm javax

native: lib

EXTRA_DIST = HACKING BUGS THANKYOU

dist-hook:
	cp -R $(top_srcdir)/include $(top_distdir)