summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-01-02 13:14:02 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-01-02 13:14:02 +0000
commit96e2f60ec61e1614709dd09a73a94701aca55161 (patch)
treeb6283c8ec852c571acff41daa5463d3676eb9c0a
parent6e147ca2210e4b30f12e869acccb95371e79c163 (diff)
downloadrsyslog-96e2f60ec61e1614709dd09a73a94701aca55161.tar.gz
rsyslog-96e2f60ec61e1614709dd09a73a94701aca55161.tar.xz
rsyslog-96e2f60ec61e1614709dd09a73a94701aca55161.zip
removed unneccessary (and non-existing) header
-rw-r--r--plugins/omgssapi/Makefile.am2
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)