From 1ca3107894c2fc38655b98bf95e7bf4630c413d3 Mon Sep 17 00:00:00 2001 From: srittau Date: Sat, 17 Nov 2001 12:56:47 +0000 Subject: [PATCH] Re-added global CFLAGS variable for now, since automake 1.4 is broken. --- etc/uams/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/uams/Makefile.am b/etc/uams/Makefile.am index a3dcfdda..7b673fa6 100644 --- a/etc/uams/Makefile.am +++ b/etc/uams/Makefile.am @@ -48,6 +48,9 @@ uams_dhx_pam_la_SOURCES = uams_dhx_pam.c # flags # +# do that on behalf of the brokeness of automake 1.4 +CFLAGS = @CFLAGS@ @SSL_CFLAGS@ + uams_guest_la_CFLAGS = @CFLAGS@ uams_randnum_la_CFLAGS = @CFLAGS@ @SSL_CFLAGS@ uams_passwd_la_CFLAGS = @CFLAGS@ -- 2.39.2