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

includedir = @includedir@/connman

noinst_HEADERS = plugin.h

MAINTAINERCLEANFILES = Makefile.in

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

clean-local:
	@rm -f connman