From 108ff92b0cec1940f8070e5722a41c222c990be5 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 12 Apr 2009 19:53:38 +0200 Subject: [PATCH] Don't install resolver and IP configuration headers --- include/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/Makefile.am b/include/Makefile.am index d6dbc30..dce9b36 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,13 +1,13 @@ includedir = @includedir@/connman -include_HEADERS = types.h log.h plugin.h security.h resolver.h ipconfig.h \ - storage.h device.h network.h notifier.h +include_HEADERS = types.h log.h plugin.h security.h notifier.h \ + storage.h device.h network.h nodist_include_HEADERS = version.h noinst_HEADERS = driver.h element.h property.h ipv4.h rtnl.h dbus.h \ - service.h + resolver.h ipconfig.h service.h MAINTAINERCLEANFILES = Makefile.in -- 1.7.9.5