summaryrefslogtreecommitdiff
path: root/include/Makefile.am
blob: 84eece9eb173d74562caaa7967eed9c61f9ce179 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

includedir = @includedir@/connman

include_HEADERS = types.h log.h plugin.h security.h resolver.h \
					storage.h device.h network.h

noinst_HEADERS = driver.h element.h property.h ipv4.h rtnl.h dbus.h

MAINTAINERCLEANFILES = Makefile.in

all-local:
	@if [ ! -e connman ] ; then $(LN_S) $(top_srcdir)/include connman ; fi

clean-local:
	@rm -f connman