diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-05-21 20:47:26 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-05-21 20:47:26 +0000 |
commit | 2e00049e9b02e26f858c3e4510641a735c03b086 (patch) | |
tree | 34158cbecc6805a46678cdc1f113e5d4272e42d3 /ChangeLog | |
parent | a175c9ea92967441a7ad33d2f6c8bf26cbe954fe (diff) |
Use $(install_sh_DATA) instead of "install" for better portability. Remove
duplicate installation lines.
Add AM_CFLAGS to pass through XT_CFLAGS & X11_CFLAGS
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2005-05-21 Alan Coopersmith <alan.coopersmith@sun.com> + + * Makefile.am ($(BUILT_FILES)): Use $(install_sh_DATA) instead of + "install" for better portability. Remove duplicate installation lines. + + * src/Makefile.am: Add AM_CFLAGS to pass through XT_CFLAGS & X11_CFLAGS + 2005-05-18 <ssp@aware-of-vacuity.boston.redhat.com> * src/Makefile.am (INCLUDES): Also include include/X11 |