aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: 0f47e8181e5ca413f797afe032751387149b9307 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
NULL =

SUBDIRS = \
	samsung-ipc \
	samsung-ipc/tests \
	include \
	tools \
	tools/ipc-modem \
	$(NULL)

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = samsung-ipc.pc

EXTRA_DIST = \
	Android.mk \
	android_versions.mk \
	CONTRIBUTING \
	MAINTAINERS \
	samsung-ipc.pc \
	strict-cflags.sh \
	tools/include/glibc/sysexits.h \
	$(NULL)

MAINTAINERCLEANFILES = \
	aclocal.m4 compile config.guess config.sub \
	configure depcomp install-sh ltmain.sh     \
	Makefile.in missing config.h.in            \
	mkinstalldirs *~ \
	$(NULL)