summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2017-06-22 15:06:21 -0500
committerGunnar Mills <gmills@us.ibm.com>2017-07-25 10:06:17 -0500
commit7263915ab5528868f8ff70f89fd14c434b48e7ae (patch)
tree452bf86570b1375e5a9fe6663d1033b421b7f80e /configure.ac
parentba8de42135766deab2125a784a89d3e51bc2e194 (diff)
downloadphosphor-gpio-monitor-7263915ab5528868f8ff70f89fd14c434b48e7ae.tar.gz
phosphor-gpio-monitor-7263915ab5528868f8ff70f89fd14c434b48e7ae.zip
Add base support for GPIO presence
This is the starting code needed to build the application. Change-Id: I46112a222afbc057ac4fc4f8fb2b4c83822023df Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1a2bb98..7abd732 100644
--- a/configure.ac
+++ b/configure.ac
@@ -53,5 +53,5 @@ AS_IF([test "x$enable_oe_sdk" == "xyes"],
)
# Create configured output
-AC_CONFIG_FILES([Makefile gpio-util/Makefile test/Makefile])
+AC_CONFIG_FILES([Makefile gpio-util/Makefile presence/Makefile test/Makefile])
AC_OUTPUT
OpenPOWER on IntegriCloud