blob: 14e9964edb73b903e2fc2c71fadd82298be0880b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# This Makefile.am is in the public domain
SUBDIRS = \
include $(INTLEMU_SUBDIRS) \
lib \
plugin \
service \
cli
if HAVE_EXPERIMENTAL
SUBDIRS += contrib
endif
|