summaryrefslogtreecommitdiff
path: root/src/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2013-11-20Provide pthread-based alternative implementationKeith Packard1-0/+8
This uses pthread mutexes and condition variables instead of futexes. Signed-off-by: Keith Packard <keithp@keithp.com> Reviewed-by: Adam Jackson <ajax@redhat.com>
2013-11-20Split out futex implementation from general APIKeith Packard1-2/+5
This splits the futex-specific code out into a separate file so that future versions of the library could use some other underlying primitive. Signed-off-by: Keith Packard <keithp@keithp.com> Reviewed-by: Adam Jackson <ajax@redhat.com>
2013-11-05lint: remove usage of libxshmfence_la_SOURCESGaetan Nadon1-1/+1
This variable is always empty. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2013-11-05make: list non installed headers under the _SOURCES variableGaetan Nadon1-3/+2
Recommended by Automake: http://www.gnu.org/software/automake/manual/automake.html#Headers Also, this header is missing in the lint target $(libxshmfence_la_SOURCES) As a bonus, all other libraries are following this advice. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2013-11-05make: add $(CWARNFLAGS)Gaetan Nadon1-0/+2
It's required for all X libraries Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2013-04-29Import first version of the libraryKeith Packard1-0/+19
Signed-off-by: Keith Packard <keithp@keithp.com>