diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2010-01-29 22:45:46 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2010-01-29 22:50:21 -0800 |
commit | 169e6d230f09627500d9c417350d3a8a9aa4dba4 (patch) | |
tree | a4a48e47913f5f34484e08e37f5e73ebea95df3c /Makefile.am | |
parent | 12a1392fc96e32ed6d55208a2a7fc040617a9cb7 (diff) |
Clean up CFLAGS/LIB settings in configure.ac & Makefile.am
- Use AM_CFLAGS so AM_PROG_CC_C_O isn't needed
- Combine pkg-config calls now that we don't need special handling for Xaw
- Add dependencies on libXmu & libXrender since xfd calls functions in
those directly
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 26b8a83..98ca998 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ bin_PROGRAMS = xfd -xfd_CFLAGS = $(XFD_CFLAGS) -DXRENDER -D_BSD_SOURCE +AM_CFLAGS = $(XFD_CFLAGS) $(CWARNFLAGS) -DXRENDER -D_BSD_SOURCE xfd_LDADD = $(XFD_LIBS) xfd_SOURCES = \ |