author | Michael Krelin <hacker@klever.net> | 2007-01-11 23:52:29 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2007-01-11 23:52:29 (UTC) |
commit | f5eb33d7a9c296e3fa7bde9b678f0e1027a9bf88 (patch) (unidiff) | |
tree | f2936775dd8a6a817a1d8f1b5add8cc6d0841796 /include/Makefile.am | |
parent | 709e399023109847ff747b87dca371078fd95868 (diff) | |
download | libopkele-f5eb33d7a9c296e3fa7bde9b678f0e1027a9bf88.zip libopkele-f5eb33d7a9c296e3fa7bde9b678f0e1027a9bf88.tar.gz libopkele-f5eb33d7a9c296e3fa7bde9b678f0e1027a9bf88.tar.bz2 |
extension chain
-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 4b9b02a..2c190b8 100644 --- a/include/Makefile.am +++ b/include/Makefile.am | |||
@@ -1,13 +1,14 @@ | |||
1 | nobase_include_HEADERS = \ | 1 | nobase_include_HEADERS = \ |
2 | opkele/acconfig.h \ | 2 | opkele/acconfig.h \ |
3 | opkele/opkele-config.h \ | 3 | opkele/opkele-config.h \ |
4 | opkele/types.h \ | 4 | opkele/types.h \ |
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 | opkele/sreg.h \ |
11 | opkele/extension_chain.h | ||
11 | EXTRA_DIST = \ | 12 | EXTRA_DIST = \ |
12 | opkele/data.h \ | 13 | opkele/data.h \ |
13 | opkele/util.h | 14 | opkele/util.h |