This email list is read-only.  Emails sent to this list will be discarded
----------------------------------
 include/Makefile.am |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 3916cb0b7a49b40863a340f6b4b62e1f61609dcb
Author: Marcel Holtmann <[email protected]>
Date:   Sun Dec 28 13:05:23 2008 +0100

    Only install mandatory header files


Diff in this email is a maximum of 400 lines.
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
 
_______________________________________________
Commits mailing list
[email protected]
https://lists.moblin.org/mailman/listinfo/commits

Reply via email to