summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2007-08-10 16:42:56 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2007-08-10 16:42:56 -0700
commitb3ea1fe30d53ba671edafc575854d3a832e95dff (patch)
treed155ff0f1fb46de6986d8af684cd4800b882ef6a
parent5f2ab39899e6043c73b120ab0b2db92488e489e7 (diff)
Change fstobdf_CFLAGS to AM_CFLAGS to make automake-1.10 happier
-rw-r--r--Makefile.am2
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 = \