aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: 45669d8bd87f9bd51b052b28ce26b080b7c499b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
NULL =

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

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

EXTRA_DIST = \
	MAINTAINERS \
	samsung-ipc.pc \
	$(NULL)

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