summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDaniel Wagner <daniel.wagner@bmw-carit.de>2013-07-23 09:11:07 +0200
committerDaniel Wagner <daniel.wagner@bmw-carit.de>2013-07-23 09:12:01 +0200
commit86d25926c8b6ccf22f261cc17d30fbdb2e4d0d14 (patch)
tree6915d6ce29c3df13c14bcc02ace29a0877d090de /Makefile.am
parent15d8db83697ed5bce66488351c15195e99d09608 (diff)
downloadconnman-86d25926c8b6ccf22f261cc17d30fbdb2e4d0d14.tar.gz
build: Remove unsued types.h header
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 52f12b06..5efa811e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,7 +5,7 @@ noinst_LTLIBRARIES =
includedir = @includedir@/connman
-include_HEADERS = include/types.h include/log.h include/plugin.h \
+include_HEADERS = include/log.h include/plugin.h \
include/notifier.h include/service.h \
include/resolver.h include/ipconfig.h \
include/device.h include/network.h include/inet.h \