summaryrefslogtreecommitdiff
path: root/src/Makefile.am
AgeCommit message (Collapse)Author
2006-09-22List xproto.xml path explicitly instead of relying on GNU Make $< expansionAlan Coopersmith
(Some non-gnu makes, such as Solaris make, only recognize $< in implicit suffix rules, not explicit ones like this.)
2006-09-12Cleaned up previous fix for GNU Make stuff.Bart Massey
Got "make distcheck" to work (whatever that does).
2006-09-11Removed GNU make dependency.Bart Massey
Made extensions directory persist.
2006-06-15Remove arbitrary division between xcb_types and xproto by mergingJosh Triplett
xcb_types.xml into xproto.xml.
2006-05-10Stop overwriting CFLAGS in xcb/src/Makefile.am.Josh Triplett
2006-05-07Fix dependencies on libXCB.la to not walk down from $(top_builddir); this ↵Donnie Berkholz
fixes parallel builds.
2006-04-27Add an explanation of libtool -version-info to src/Makefile.am, and add an ↵Josh Triplett
explicit -version-info 0:0:0 for all libraries.
2006-04-26Changes to makefile to build libXCBxtestIan Osgood
2006-04-15Add xcbint.h to noinst_HEADERS, so it gets distributed.Josh Triplett
2006-04-15Use screensaver.xmlJosh Triplett
2006-04-15Put EXTHEADERS and EXTSOURCES in order.Josh Triplett
2006-04-15Split all non-essential extensions into their own separate libraries, namedJosh Triplett
libXCBextname. To use extension extname, include extname.h and link with -lXCBextname. This allows extensions to change without bumping the main libXCB version. bigreq and xc_misc remain in libXCB, because XCB uses them internally to make big requests and to allocate XIDs, respectively.
2006-03-12Use libXdmcp, if available with XdmcpWrap, for XDM-AUTHORIZATION-1. Closes ↵Jamey Sharp
bug #6106.
2006-02-24Quit using "-include config.h": use #ifdef HAVE_CONFIG_H etc. like everyone ↵Jamey Sharp
else.
2006-02-20Control debugging, optimization, and warning flags all independently.Jamey Sharp
2006-02-18Remove xcl and CVSROOT.Josh Triplett