summaryrefslogtreecommitdiffstatsabout
diff options
context:
space:
mode:
authorEdward Rudd <urkle@outoforder.cc>2004-10-03 17:23:07 (GMT)
committer Edward Rudd <urkle@outoforder.cc>2004-10-03 17:23:07 (GMT)
commitc6361e17bb43bfd613c2a1cdcbf98012572cf1d8 (patch)
treeb85dd2de42164ec140a97b85d3bb4b4dd3c7ac1f
parent651cf26f1ceeb683e9a069017225b27c6d6360bd (diff)
added winconfig.h to source distribution in makefile
set eol-style to native on all files
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 0a7b9be..d42c5d9 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -8,7 +8,8 @@ HEADERS = mod_log_sql.h \
8 functions13.h \ 8 functions13.h \
9 functions20.h \ 9 functions20.h \
10 apache13.h \ 10 apache13.h \
11 apache20.h 11 apache20.h \
12 winconfig.h
12 13
13CFLAGS = -Wc,-Wall -Wc,-fno-strict-aliasing 14CFLAGS = -Wc,-Wall -Wc,-fno-strict-aliasing
14 15