aboutsummaryrefslogtreecommitdiffstats
path: root/samsung-ipc/common/Makefile.am
blob: 801dfb97704849fc71e90ca7a3ad967445ae6b00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
libsamsung_ipc_la_SOURCES += \
	$(top_srcdir)/samsung-ipc/ipc.c \
	$(top_srcdir)/samsung-ipc/ipc.h \
	$(top_srcdir)/samsung-ipc/ipc_utils.c \
	$(top_srcdir)/samsung-ipc/utils.c \
	$(top_srcdir)/samsung-ipc/call.c \
	$(top_srcdir)/samsung-ipc/sms.c \
	$(top_srcdir)/samsung-ipc/sec.c \
	$(top_srcdir)/samsung-ipc/net.c \
	$(top_srcdir)/samsung-ipc/misc.c \
	$(top_srcdir)/samsung-ipc/svc.c \
	$(top_srcdir)/samsung-ipc/gprs.c \
	$(top_srcdir)/samsung-ipc/rfs.c \
	$(top_srcdir)/samsung-ipc/gen.c \
	$(NULL)