diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2007-08-10 16:45:41 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2007-08-10 16:45:41 -0700 |
commit | 90e21df9bfd68b2deb89591aff4d89e7695bafa8 (patch) | |
tree | 86b4c0a9edf120818e4f38d960d12e3cda9df755 | |
parent | de65ef12f1749c9d5619dfe8f7605f4df3ac7d48 (diff) |
Change listres_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 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 = \ |