-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 | |||
@@ -5,8 +5,9 @@ nobase_include_HEADERS = \ | |||
5 | opkele/association.h \ | 5 | opkele/association.h \ |
6 | opkele/exception.h \ | 6 | opkele/exception.h \ |
7 | opkele/server.h \ | 7 | opkele/server.h \ |
8 | opkele/consumer.h \ | 8 | opkele/consumer.h \ |
9 | opkele/extension.h | 9 | opkele/extension.h \ |
10 | opkele/sreg.h | ||
10 | EXTRA_DIST = \ | 11 | EXTRA_DIST = \ |
11 | opkele/data.h \ | 12 | opkele/data.h \ |
12 | opkele/util.h | 13 | opkele/util.h |