aboutsummaryrefslogtreecommitdiff
path: root/libs/gst/Makefile.am
blob: f1ae69c8d1182afce751a25fa09efab6048c0962 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
if HAVE_CHECK
SUBDIRS_CHECK = check
else
SUBDIRS_CHECK =
endif

if GST_DISABLE_REGISTRY
SUBDIRS_HELPERS =
else
SUBDIRS_HELPERS = helpers
endif

SUBDIRS_ALWAYS = base controller net

SUBDIRS = $(SUBDIRS_ALWAYS) $(SUBDIRS_CHECK) $(SUBDIRS_HELPERS)
DIST_SUBDIRS = $(SUBDIRS_ALWAYS) check helpers

Android.mk: Makefile.am
	echo $(PWD)
	androgenizer -:PROJECT gstreamer \
	 -:SUBDIR $(patsubst %, libs/gst/%, $(SUBDIRS)) \
	> $@