diff options
| author | Mikael Magnusson <mikachu@gmail.com> | 2015-03-03 22:59:31 +0100 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@gmail.com> | 2015-03-03 22:59:31 +0100 |
| commit | 224ecd74f153937f104750d0001c18105255ceab (patch) | |
| tree | b5ac2433caad552b4fa0cb9f58548a56738a276b | |
| parent | 8bc0dcd7fb6e63cbd81037d530b3313cb71d1e36 (diff) | |
Add missing file so make distcheck passes
| -rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index b4389043..f25bf8e7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -324,6 +324,7 @@ obt_obt_unittests_LDADD = \ obt/libobt.la obt_obt_unittests_LDFLAGS = -export-dynamic obt_obt_unittests_SOURCES = \ + obt/unittest_base.h \ obt/unittest_base.c \ obt/bsearch_unittest.c |
