aboutsummaryrefslogtreecommitdiffstats
path: root/include/Makefile.am
blob: edb3a55c2af87f42bd94b0e9976b317944cc1494 (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
30
31
32
33
34
35
36
37
38
39
NULL =

samsung_ipcincludedir = $(includedir)/samsung-ipc-1.0/
samsung_ipcinclude_HEADERS = \
	call.h \
	disp.h \
	gen.h \
	misc.h \
	net.h \
	radio.h \
	sec.h \
	sms.h \
	ss.h \
	pwr.h \
	types.h \
	gprs.h \
	snd.h \
	rfs.h \
	wakelock.h \
	$(NULL)

samsung_ipc_v4includedir = $(includedir)/samsung-ipc-1.0/device/ipc-v4/
samsung_ipc_v4include_HEADERS = \
	device/ipc-v4/call.h \
	device/ipc-v4/net.h \
	device/ipc-v4/sms.h \
	device/ipc-v4/misc.h \
	device/ipc-v4/gen.h \
	device/ipc-v4/disp.h \
	$(NULL)

samsung_ipc_h1includedir = $(includedir)/samsung-ipc-1.0/device/h1/
samsung_ipc_h1include_HEADERS = \
	device/h1/net.h \
	device/h1/sms.h \
	device/h1/misc.h \
	device/h1/gen.h \
	device/h1/call.h \
	$(NULL)