aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJosh Haberman <jhaberman@gmail.com>2015-04-01 17:23:48 -0700
committerJosh Haberman <jhaberman@gmail.com>2015-04-08 13:14:10 -0700
commit35a1cc7a7c7cfd205641f15258ca991f6d3ec2bc (patch)
tree1deae768e282b203892f5e29a9d4bf1271f43397 /configure.ac
parent86d93063c6d662e7cae91ff8a2adf39b4d93fe53 (diff)
downloadprotobuf-35a1cc7a7c7cfd205641f15258ca991f6d3ec2bc.tar.gz
protobuf-35a1cc7a7c7cfd205641f15258ca991f6d3ec2bc.tar.bz2
protobuf-35a1cc7a7c7cfd205641f15258ca991f6d3ec2bc.zip
Added first version of conformance tests.
Change-Id: Ib75664194491643f8e4f1503a2ed942a2d1e1655
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 14351a8b..0615cd85 100644
--- a/configure.ac
+++ b/configure.ac
@@ -164,5 +164,5 @@ export CFLAGS
export CXXFLAGS
AC_CONFIG_SUBDIRS([gtest])
-AC_CONFIG_FILES([Makefile src/Makefile protobuf.pc protobuf-lite.pc])
+AC_CONFIG_FILES([Makefile src/Makefile conformance/Makefile protobuf.pc protobuf-lite.pc])
AC_OUTPUT