diff options
| author | Simo Sorce <simo@redhat.com> | 2015-11-27 17:28:23 -0500 |
|---|---|---|
| committer | Simo Sorce <simo@redhat.com> | 2015-12-02 18:34:39 -0500 |
| commit | 472d605d916f7ad63cd8bbffa100997eca700da4 (patch) | |
| tree | ea2a518b004b64beb8ea3a3cc971af1ae91d02c4 /src/Makefile.am | |
| parent | 855341bf3b39fe5e5b9abf299563e0d09c4861a3 (diff) | |
| download | mod_auth_gssapi-472d605d916f7ad63cd8bbffa100997eca700da4.tar.gz mod_auth_gssapi-472d605d916f7ad63cd8bbffa100997eca700da4.tar.xz mod_auth_gssapi-472d605d916f7ad63cd8bbffa100997eca700da4.zip | |
Move setting request data to a separate file
In preparation for the next commit.
Signed-off-by: Simo Sorce <simo@redhat.com>
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 2624bc8..7edd028 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -5,10 +5,10 @@ mag_LTLIBRARIES = \ mod_auth_gssapi.la dist_noinst_HEADERS = \ - mod_auth_gssapi.h crypto.h sessions.h + mod_auth_gssapi.h crypto.h sessions.h environ.h mod_auth_gssapi_la_SOURCES = \ - mod_auth_gssapi.c crypto.c sessions.c + mod_auth_gssapi.c crypto.c sessions.c environ.c mod_auth_gssapi_la_CFLAGS = \ $(MAG_CFLAGS) mod_auth_gssapi_la_LIBADD = \ |
