From: Marcel Holtmann Date: Sun, 28 Dec 2008 12:05:23 +0000 (+0100) Subject: Only install mandatory header files X-Git-Tag: 2.0_alpha~4286 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3916cb0b7a49b40863a340f6b4b62e1f61609dcb;p=framework%2Fconnectivity%2Fconnman.git Only install mandatory header files --- 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