From 811183902e20ebcee42a3803bdd0ff9fe6993bba Mon Sep 17 00:00:00 2001 From: srittau Date: Thu, 12 Jun 2003 23:47:48 +0000 Subject: [PATCH] Include path fixes. --- etc/atalkd/Makefile.am | 3 ++- etc/psf/Makefile.am | 3 ++- etc/uams/Makefile.am | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/etc/atalkd/Makefile.am b/etc/atalkd/Makefile.am index c250ed4a..5cbd63d2 100644 --- a/etc/atalkd/Makefile.am +++ b/etc/atalkd/Makefile.am @@ -19,4 +19,5 @@ noinst_HEADERS = \ rtmp.h \ zip.h -INCLUDES = -D_PATH_ATALKDCONF=\"$(pkgconfdir)/atalkd.conf\" +INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/sys \ + -D_PATH_ATALKDCONF=\"$(pkgconfdir)/atalkd.conf\" diff --git a/etc/psf/Makefile.am b/etc/psf/Makefile.am index c5b0a00b..f02aa4fb 100644 --- a/etc/psf/Makefile.am +++ b/etc/psf/Makefile.am @@ -8,7 +8,8 @@ pkgdata_DATA = pagecount.ps psf_SOURCES = psf.c psa_SOURCES = psa.c -INCLUDES = -DZEROWIDTH \ +INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/sys \ + -DZEROWIDTH \ -D_PATH_PAP=\"$(bindir)/pap\" \ -D_PATH_PSORDER=\"$(bindir)/psorder\" \ -D_PATH_PSA=\"$(libexecdir)/psa\" \ diff --git a/etc/uams/Makefile.am b/etc/uams/Makefile.am index 4d027619..90a19570 100644 --- a/etc/uams/Makefile.am +++ b/etc/uams/Makefile.am @@ -56,7 +56,7 @@ uams_dhx_pam_la_SOURCES = uams_dhx_pam.c crypt.c crypt.h # flags # -INCLUDES = @SSL_CFLAGS@ +INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/sys @SSL_CFLAGS@ uams_guest_la_CFLAGS = @CFLAGS@ uams_randnum_la_CFLAGS = @CFLAGS@ $(CRYPT_CFLAGS) -- 2.39.2