From 4bf87cb9f4f6b9812c06a8d2c500869c48ebc2dc Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Thu, 18 Jun 2009 17:12:22 +0000 Subject: Complete almost all code, compiles. --- module/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'module/Makefile.am') 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 -- cgit v1.2.3