Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-27 | Move -I flags from AM_CFLAGS to AM_CPPFLAGS | Alan Coopersmith | |
Ensures local copy of headers takes precedence over any -I flags the builder may have passed in CPPFLAGS. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> | |||
2010-02-16 | config: move CWARNFLAGS from configure.ac to Makefile.am | Gaetan Nadon | |
Compiler warning flags should be explicitly set in the makefile rather than being merged with other packages compiler flags. Signed-off-by: Gaetan Nadon <memsize@videotron.ca> | |||
2009-08-20 | Move record headers to here. | Peter Hutterer | |
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> | |||
2009-07-20 | Move XTest.h header from xextproto/libXext to here. | Peter Hutterer | |
XTest.h was in xextproto until xextproto-7.1 and did a short but whoefully misguided visit to libXext during the cleanup of the xextproto headers. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> | |||
2007-06-06 | Add hooks to check code with sparse/lint | Alan Coopersmith | |
2005-08-03 | Do PKG_CHECK_MODULES on a unique token instead of on "DEP", so builds with | Adam Jackson | |
a global configure cache don't get confused. | |||
2005-07-16 | Set soversion to 6.1.0 with -version-number. | Daniel Stone | |
2005-07-14 | more trailing whitespace | Adam Jackson | |
2005-07-09 | Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directory | Keith Packard | |
2005-07-02 | Add appropriate lib*_CFLAGS to Makefile.am's -- fixes build problems | Kevin E Martin | |
2005-06-13 | - Add Xtst to symlink.sh | Søren Sandmann Pedersen | |
- Add Xtst build system |