summaryrefslogtreecommitdiff
path: root/src/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Add missing dependency on libdl.Eric Anholt2014-02-011-0/+1
* Use LDADD instead of LDFLAGS/DEPENDENCIES.Matt Turner2014-02-011-1/+4
* Add missing make dist of gen_dispatch.py.Eric Anholt2014-01-301-0/+4
* Fix a typo in the Makefile.am.Eric Anholt2014-01-301-3/+3
* Fix copyrights on the Makefile.ams.Eric Anholt2013-12-161-16/+17
* Move the #defines into the main generated header.Eric Anholt2013-12-151-4/+0
* Use X11_CFLAGS during the build so we find the right xlib headers.Eric Anholt2013-12-111-1/+5
* Link the library with -Bsymbolic.Eric Anholt2013-12-111-0/+1
* Add dispatch generation for wgl.Eric Anholt2013-12-101-0/+29
* Start porting the GL dispatch code to win32.Eric Anholt2013-12-061-0/+5
* Move GLX/EGL dispatch code using those API types to separate files.Eric Anholt2013-12-061-4/+10
* Conditionalize building the EGL and GLX dispatch code.Eric Anholt2013-12-061-1/+11
* Conditionalize building GLX and EGL tests and headers.Eric Anholt2013-12-061-2/+10
* Fix make distcheck.Eric Anholt2013-12-061-17/+0
* Add support for EGL.Eric Anholt2013-12-051-0/+24
* Drop the installed _common.h headers.Eric Anholt2013-12-051-2/+0
* Fix building from a clean source tree.Eric Anholt2013-12-021-7/+9
* Fix parallel build of the generated source code.Eric Anholt2013-11-141-4/+12
* Add the generator and build infrastructure.Eric Anholt2013-10-161-0/+84