]> arthur.barton.de Git - netatalk.git/commitdiff
(prog name)_CFLAGS does not appear to be supported by automake (at least not
authorjmarcus <jmarcus>
Mon, 29 Oct 2001 18:00:46 +0000 (18:00 +0000)
committerjmarcus <jmarcus>
Mon, 29 Oct 2001 18:00:46 +0000 (18:00 +0000)
1.4x).  Change this to be CFLAGS.

bin/afppasswd/Makefile.am

index d7481f7cf96b7c55baa169c68000434ab272649a..f06cf13910403d9540554cd50505030fa61c446c 100644 (file)
@@ -9,5 +9,6 @@ bin_PROGRAMS =
 endif
 
 afppasswd_SOURCES = afppasswd.c
-afppasswd_CFLAGS = @SSL_CFLAGS@ -D_PATH_AFPDPWFILE=\"$(pkgconfdir)/afppasswd\"
 afppasswd_LDADD = $(top_builddir)/libatalk/libatalk.la @SSL_LIBS@
+
+CFLAGS = @SSL_CFLAGS@ -D_PATH_AFPDPWFILE=\"$(pkgconfdir)/afppasswd\"