diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-07-22 19:10:24 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-07-22 19:10:24 -0700 |
commit | 9615bfc454af6cb489e9572895ef00af022303b1 (patch) | |
tree | fdcc9d8ffe86296abaf7ab77d210566034d6dbcb | |
parent | ff16701d9054e47f1205e6ba4372077bd136062c (diff) |
Use AM_CFLAGS instead of bdftopcf_CFLAGS since there's only one target
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 6f7256c..e70293f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ bin_PROGRAMS = bdftopcf -bdftopcf_CFLAGS = $(CWARNFLAGS) @BDFTOPCF_CFLAGS@ +AM_CFLAGS = $(CWARNFLAGS) @BDFTOPCF_CFLAGS@ bdftopcf_LDADD = @BDFTOPCF_LIBS@ bdftopcf_SOURCES = bdftopcf.c |