diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-02 13:14:02 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-02 13:14:02 +0000 |
commit | 96e2f60ec61e1614709dd09a73a94701aca55161 (patch) | |
tree | b6283c8ec852c571acff41daa5463d3676eb9c0a | |
parent | 6e147ca2210e4b30f12e869acccb95371e79c163 (diff) | |
download | rsyslog-96e2f60ec61e1614709dd09a73a94701aca55161.tar.gz rsyslog-96e2f60ec61e1614709dd09a73a94701aca55161.tar.xz rsyslog-96e2f60ec61e1614709dd09a73a94701aca55161.zip |
removed unneccessary (and non-existing) header
-rw-r--r-- | plugins/omgssapi/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/omgssapi/Makefile.am b/plugins/omgssapi/Makefile.am index 3b568d3d..9fa6a241 100644 --- a/plugins/omgssapi/Makefile.am +++ b/plugins/omgssapi/Makefile.am @@ -1,6 +1,6 @@ pkglib_LTLIBRARIES = omgssapi.la -omgssapi_la_SOURCES = omgssapi.c omgssapi.h ../../module-template.h +omgssapi_la_SOURCES = omgssapi.c ../../module-template.h omgssapi_la_CPPFLAGS = $(pgsql_cflags) -I$(srcdir)/../.. omgssapi_la_LDFLAGS = -module -avoid-version omgssapi_la_LIBADD = $(gss_libs) |