]> arthur.barton.de Git - netatalk.git/commitdiff
Re-added global CFLAGS variable for now, since automake 1.4 is broken.
authorsrittau <srittau>
Sat, 17 Nov 2001 12:56:47 +0000 (12:56 +0000)
committersrittau <srittau>
Sat, 17 Nov 2001 12:56:47 +0000 (12:56 +0000)
etc/uams/Makefile.am

index a3dcfdda5c80164bb88493a18e7eace194d1fa83..7b673fa6c16c86dd3a3bbe5fd7c69edd9b29037a 100644 (file)
@@ -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@