diff options
author | Stef Walter <stefw@redhat.com> | 2016-01-04 21:51:28 +0100 |
---|---|---|
committer | Stef Walter <stefw@redhat.com> | 2016-01-04 21:51:28 +0100 |
commit | 42315c19533177f63825cfa8c4c5c11b136fd6a0 (patch) | |
tree | 97d84454b44cde67fbc75fea9e086285e20ca391 /module | |
parent | 10262a155ace38f52ac20be101362b250d86c1b3 (diff) |
Bump version number0.4.5
Diffstat (limited to 'module')
-rw-r--r-- | module/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/module/Makefile.am b/module/Makefile.am index 1c93f04..ca371dc 100644 --- a/module/Makefile.am +++ b/module/Makefile.am @@ -12,8 +12,10 @@ libmodauthsingleid_la_SOURCES = \ storage.c \ consumer.cc +CLEANFILES = mod_auth_singleid.la + install-exec-local: - @APXS@ -i -a -n 'auth_singleid' mod_auth_singleid.la + -@APXS@ -i -a -n 'auth_singleid' mod_auth_singleid.la mod_auth_singleid.la: libmodauthsingleid.la @APXS@ -c -o $@ libmodauthsingleid.la ${APACHE_CFLAGS} ${OPKELE_CFLAGS} ${OPKELE_LIBS} |