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

if CREATE_JNI_LIBRARIES
SUBDIRS = jni lib vmi
else
if CREATE_CNI_LIBRARIES
SUBDIRS = cni
else
SUBDIRS =
endif
endif