From 8a79d2591a78b5e72d2e2cc75b3f087605db77f5 Mon Sep 17 00:00:00 2001 From: Charles Longeau Date: Fri, 21 Oct 2011 21:05:03 +0200 Subject: fix a bunch of autotools warnings --- openbsd-compat/Makefile.am | 38 ++++++++++---------------------------- openbsd-compat/includes.h | 2 +- 2 files changed, 11 insertions(+), 29 deletions(-) (limited to 'openbsd-compat') 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" -- cgit v1.2.3-59-g8ed1b