-rw-r--r-- | include/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index 72931eb..4b9b02a 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,12 +1,13 @@ nobase_include_HEADERS = \ opkele/acconfig.h \ opkele/opkele-config.h \ opkele/types.h \ opkele/association.h \ opkele/exception.h \ opkele/server.h \ opkele/consumer.h \ - opkele/extension.h + opkele/extension.h \ + opkele/sreg.h EXTRA_DIST = \ opkele/data.h \ opkele/util.h |