summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJukka Rissanen <jukka.rissanen@linux.intel.com>2011-09-13 09:55:11 +0300
committerSamuel Ortiz <sameo@linux.intel.com>2011-09-13 10:49:08 +0200
commitd454f522bcb20ede1d93d0837625fd73c1062043 (patch)
treee35d99eddd5bf89dce03c2a73a1e3271f6938d91 /Makefile.am
parent6ee1229bb52c20131ac1cc0c1cb44b1846bb6d67 (diff)
downloadconnman-d454f522bcb20ede1d93d0837625fd73c1062043.tar.gz
connman-d454f522bcb20ede1d93d0837625fd73c1062043.tar.bz2
connman-d454f522bcb20ede1d93d0837625fd73c1062043.zip
storage: Add services getter
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index b3849917..9b1b3745 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,7 +6,8 @@ includedir = @includedir@/connman
include_HEADERS = include/types.h 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
+ include/device.h include/network.h include/inet.h \
+ include/storage.h
nodist_include_HEADERS = include/version.h