author | Michael Krelin <hacker@klever.net> | 2005-07-19 13:08:32 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2005-07-19 13:08:32 (UTC) |
commit | 4c82851dd5d5644a89d4f269079bf901f763ee33 (patch) (unidiff) | |
tree | b64c8b3c9a1be88e2a9c3f762272e0b4509ba7d9 /include/Makefile.am | |
parent | 907343b0c973eb295bec8795902a6d49744e9174 (diff) | |
download | libopkele-4c82851dd5d5644a89d4f269079bf901f763ee33.zip libopkele-4c82851dd5d5644a89d4f269079bf901f763ee33.tar.gz libopkele-4c82851dd5d5644a89d4f269079bf901f763ee33.tar.bz2 |
initial commit of libopkele - OpenID support library
-rw-r--r-- | include/Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/Makefile.am b/include/Makefile.am new file mode 100644 index 0000000..b014752 --- a/dev/null +++ b/include/Makefile.am | |||
@@ -0,0 +1,11 @@ | |||
1 | nobase_include_HEADERS = \ | ||
2 | opkele/acconfig.h \ | ||
3 | opkele/opkele-config.h \ | ||
4 | opkele/types.h \ | ||
5 | opkele/association.h \ | ||
6 | opkele/exception.h \ | ||
7 | opkele/server.h \ | ||
8 | opkele/consumer.h | ||
9 | EXTRA_DIST = \ | ||
10 | opkele/data.h \ | ||
11 | opkele/util.h | ||