aboutsummaryrefslogtreecommitdiffstats
path: root/openbsd-compat
diff options
context:
space:
mode:
authorCharles Longeau <github@chl.be>2011-10-21 21:05:03 +0200
committerCharles Longeau <github@chl.be>2011-10-23 00:05:11 +0200
commit8a79d2591a78b5e72d2e2cc75b3f087605db77f5 (patch)
tree122b21a8dc47f55cb1faa50f56f6b1fc0630c486 /openbsd-compat
parentremove duplicated header. Reported by Brad Arrington (diff)
downloadOpenSMTPD-8a79d2591a78b5e72d2e2cc75b3f087605db77f5.tar.xz
OpenSMTPD-8a79d2591a78b5e72d2e2cc75b3f087605db77f5.zip
fix a bunch of autotools warnings
Diffstat (limited to 'openbsd-compat')
-rw-r--r--openbsd-compat/Makefile.am38
-rw-r--r--openbsd-compat/includes.h2
2 files changed, 11 insertions, 29 deletions
diff --git a/openbsd-compat/Makefile.am b/openbsd-compat/Makefile.am
index 30a49ca6..9f5ef65f 100644
--- a/openbsd-compat/Makefile.am
+++ b/openbsd-compat/Makefile.am
@@ -1,31 +1,13 @@
noinst_LIBRARIES = libopenbsd-compat.a
-libopenbsd_compat_a_SOURCES = \
- base64.c \
- basename.c \
- bsd-arc4random.c \
- bsd-closefrom.c \
- bsd-getpeereid.c \
- bsd-waitpid.c \
- daemon.c \
- dirname.c \
- entropy.c \
- fgetln.c \
- getopt.c \
- fmt_scaled.c \
- fparseln.c \
- imsg.c \
- imsg-buffer.c \
- mktemp.c \
- setresguid.c \
- setproctitle.c \
- strlcat.c \
- strlcpy.c \
- strmode.c \
- strtonum.c \
- strsep.c \
- utimes.c \
- vis.c \
- xmalloc.c
+libopenbsd_compat_a_SOURCES = \
+ base64.c basename.c bsd-arc4random.c bsd-closefrom.c \
+ bsd-getpeereid.c bsd-waitpid.c daemon.c dirname.c entropy.c \
+ fgetln.c getopt.c fmt_scaled.c fparseln.c imsg.c imsg-buffer.c \
+ mktemp.c setresguid.c setproctitle.c strlcat.c strlcpy.c \
+ strmode.c strtonum.c strsep.c utimes.c vis.c xmalloc.c
-INCLUDES = -I$(top_srcdir)/src/
+EXTRA_DIST = base64.h bsd-waitpid.h defines.h entropy.h imsg.h includes.h \
+ openbsd-compat.h sys-queue.h sys-tree.h utime.h vis.h xmalloc.h
+
+INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/openbsd-compat
diff --git a/openbsd-compat/includes.h b/openbsd-compat/includes.h
index 21d98cbe..b31496ff 100644
--- a/openbsd-compat/includes.h
+++ b/openbsd-compat/includes.h
@@ -74,7 +74,7 @@
#include "defines.h"
-#include "openbsd-compat/openbsd-compat.h"
+#include "openbsd-compat.h"
#include "entropy.h"