diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2007-08-10 16:23:31 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2007-08-10 16:23:31 -0700 |
commit | 907a6cd8e28a754b0ea574ffa7d13bfc39252647 (patch) | |
tree | 73f62de0750a1424f3c1f524a5665bb30f937dff | |
parent | d95896f7ec4c9f721e90e68e4adc9eeefeebe27e (diff) |
Change fslsfonts_CFLAGS to AM_CFLAGS to make automake-1.10 happier
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 3c69a69..84c8df7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ bin_PROGRAMS = fslsfonts -fslsfonts_CFLAGS = $(FSLSFONTS_CFLAGS) +AM_CFLAGS = $(FSLSFONTS_CFLAGS) fslsfonts_LDADD = $(FSLSFONTS_LIBS) fslsfonts_SOURCES = \ |