diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2007-08-27 15:35:25 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2007-08-27 15:35:25 -0700 |
commit | bbf68f536efd4f4e03ccaee9ebcd1438c5b0a66b (patch) | |
tree | 2df7640e45cc798dbd1a213f77fa555f3316ab47 | |
parent | f7841444d4f12be78bc12c15190318819598c8a1 (diff) |
Change xset_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 ababd43..765c7a1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ bin_PROGRAMS = xset -xset_CFLAGS = $(XSET_CFLAGS) -D_BSD_SOURCE +AM_CFLAGS = $(XSET_CFLAGS) -D_BSD_SOURCE xset_LDADD = $(XSET_LIBS) xset_SOURCES = \ |