summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Remove glu_mangle.hMatt Turner2021-06-241-3/+1
| | | | | | | | | | | | | | | Long ago when GLU lived in the Mesa repository, there was "name mangling" support that allowed you to build Mesa and GLU with all exported symbols' names "mangled". That is, the symbol names would typically be prefixed with an 'm' so that they would not collide with the system's OpenGL implementation. When GLU was split out into its own repository in 2012 we didn't bring over the name mangling support. No one has noticed this lack of functionality since, to my knowledge. Remove the name mangling header (which was unexpectedly licensed under the GPL).
* Makefile: Distribute Meson files as part of the dist tarballDylan Baker2021-06-231-0/+3
|
* build: Add support for libglvndKevin Bowling2021-06-231-3/+3
|
* built: Add EXTRA_DIST and header installationMatt Turner2012-08-281-0/+110
|
* build: Check for and add visibility compiler flagsMatt Turner2012-08-281-2/+2
|
* build: Allow linking against OSMesa instead of libGLMatt Turner2012-08-281-3/+3
|
* build: Set AM_C* instead of CFLAGS/CPPFLAGSMatt Turner2012-08-281-1/+2
|
* Add an autotools build system for libGLU.Kenneth Graunke2012-08-281-0/+128
Now that it's split out from Mesa, we don't have the old build system.