diff options
author | Stef Walter <stef@memberwebs.com> | 2009-06-18 17:12:22 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2009-06-18 17:12:22 +0000 |
commit | 4bf87cb9f4f6b9812c06a8d2c500869c48ebc2dc (patch) | |
tree | 72e261b85e8529925992fb330aeab3d5b928f2f6 /module/Makefile.am | |
parent | 407df90ad78d83cf3666db25af71a9f534123472 (diff) |
Complete almost all code, compiles.
Diffstat (limited to 'module/Makefile.am')
-rw-r--r-- | module/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/module/Makefile.am b/module/Makefile.am index f2b92ca..cb4d829 100644 --- a/module/Makefile.am +++ b/module/Makefile.am @@ -6,8 +6,9 @@ AM_LDFLAGS = ${OPKELE_LIBS} libmodauthsingleid_la_SOURCES = \ mod_auth_singleid.c \ - consumer.cc consumer.h \ - storage.c storage.h + mod_auth_singleid.h \ + storage.c \ + consumer.cc install-exec-local: @APXS@ -i -a -n 'auth_singleid' mod_auth_singleid.la |