summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2008-05-22 20:02:34 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2008-05-22 20:02:34 -0700
commit8e614188ba9ee7cd0c87804555a352d1248efa11 (patch)
tree084d733f7579dd6addf9a662817f7af98232d558
parent94c2ffa1fd6a6c8aacb5bce3002a1ec4ccae29dd (diff)
Change xfsinfo_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 d478d29..c498ddb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,7 +21,7 @@
bin_PROGRAMS = xfsinfo
-xfsinfo_CFLAGS = $(XFSINFO_CFLAGS)
+AM_CFLAGS = $(XFSINFO_CFLAGS)
xfsinfo_LDADD = $(XFSINFO_LIBS)
xfsinfo_SOURCES = \