diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2007-08-10 16:42:56 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2007-08-10 16:42:56 -0700 |
commit | b3ea1fe30d53ba671edafc575854d3a832e95dff (patch) | |
tree | d155ff0f1fb46de6986d8af684cd4800b882ef6a | |
parent | 5f2ab39899e6043c73b120ab0b2db92488e489e7 (diff) |
Change fstobdf_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 48d10a8..3d7a613 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ bin_PROGRAMS = fstobdf -fstobdf_CFLAGS = $(FSTOBDF_CFLAGS) +AM_CFLAGS = $(FSTOBDF_CFLAGS) fstobdf_LDADD = $(FSTOBDF_LIBS) fstobdf_SOURCES = \ |