diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2019-06-28 20:32:32 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2019-06-28 20:32:32 +0200 |
commit | 852c9d13e51ea60230dd18c9a29c614973fda963 (patch) | |
tree | 4e9103785fda7940e4bf766b4f93dd8af37610a3 /src/Makefile.am | |
parent | 3d106fc0baee9659ab7ae2c51e3c0255d96d62e6 (diff) |
Fix inclusion of semaphore.h is hardcoded to glibc non-multiarch - aka rename sempahore.h to sem.h
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index dec675d..b85e1d3 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -38,7 +38,7 @@ nodist_libdg_la_SOURCES = \ random.cc \ sample.cc \ sample_selection.cc \ - semaphore.cc \ + sem.cc \ staminafilter.cc \ thread.cc \ velocityfilter.cc \ @@ -87,7 +87,7 @@ EXTRA_DIST = \ rangemap.h \ sample.h \ sample_selection.h \ - semaphore.h \ + sem.h \ settings.h \ staminafilter.h \ syncedsettings.h \ |