aboutsummaryrefslogtreecommitdiffstats
path: root/include/Makefile.am
blob: 798b55ff5f86cbde180a7c834759cf95f467b61d (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
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 \
	pwr.h \
	types.h \
	util.h \
	gprs.h \
	$(NULL)

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

samsung_ipc_crespoincludedir = $(includedir)/samsung-ipc-1.0/device/crespo/
samsung_ipc_crespoinclude_HEADERS = \
	device/crespo/net.h \
	device/crespo/sms.h \
	device/crespo/misc.h \
	device/crespo/gen.h \
	$(NULL)