summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2007-08-10 16:45:41 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2007-08-10 16:45:41 -0700
commit90e21df9bfd68b2deb89591aff4d89e7695bafa8 (patch)
tree86b4c0a9edf120818e4f38d960d12e3cda9df755
parentde65ef12f1749c9d5619dfe8f7605f4df3ac7d48 (diff)
Change listres_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 b6b40ab..052fa08 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,7 +21,7 @@
bin_PROGRAMS = listres
-listres_CFLAGS = $(LISTRES_CFLAGS) -D_BSD_SOURCE
+AM_CFLAGS = $(LISTRES_CFLAGS) -D_BSD_SOURCE
listres_LDADD = $(LISTRES_LIBS)
listres_SOURCES = \