summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2019-06-28 20:32:32 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2019-06-28 20:32:32 +0200
commit852c9d13e51ea60230dd18c9a29c614973fda963 (patch)
tree4e9103785fda7940e4bf766b4f93dd8af37610a3 /plugin
parent3d106fc0baee9659ab7ae2c51e3c0255d96d62e6 (diff)
Fix inclusion of semaphore.h is hardcoded to glibc non-multiarch - aka rename sempahore.h to sem.h
Diffstat (limited to 'plugin')
-rw-r--r--plugin/Makefile.mingw32.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/Makefile.mingw32.in b/plugin/Makefile.mingw32.in
index 610d5e9..50d6478 100644
--- a/plugin/Makefile.mingw32.in
+++ b/plugin/Makefile.mingw32.in
@@ -36,7 +36,7 @@ DG_SRC = \
@top_srcdir@/src/random.cc \
@top_srcdir@/src/sample.cc \
@top_srcdir@/src/sample_selection.cc \
- @top_srcdir@/src/semaphore.cc \
+ @top_srcdir@/src/sem.cc \
@top_srcdir@/src/staminafilter.cc \
@top_srcdir@/src/thread.cc \
@top_srcdir@/src/velocityfilter.cc \