From 3916cb0b7a49b40863a340f6b4b62e1f61609dcb Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 28 Dec 2008 13:05:23 +0100 Subject: [PATCH] Only install mandatory header files --- include/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/Makefile.am b/include/Makefile.am index 40f07eb..67dbbcf 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,9 +1,9 @@ includedir = @includedir@/connman -include_HEADERS = log.h plugin.h security.h resolver.h driver.h \ - element.h property.h rtnl.h dbus.h \ - device.h network.h ipv4.h +include_HEADERS = log.h plugin.h security.h resolver.h device.h network.h + +noinst_HEADERS = driver.h element.h property.h ipv4.h rtnl.h dbus.h MAINTAINERCLEANFILES = Makefile.in -- 2.7.4