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

includedir = @includedir@/connman

include_HEADERS = log.h plugin.h driver.h element.h property.h rtnl.h dbus.h

noinst_HEADERS = iface.h dhcp.h resolver.h

MAINTAINERCLEANFILES = Makefile.in

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

clean-local:
	@rm -f connman