aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2016-05-16 18:36:26 +0200
committerAndreas Eversberg <jolly@eversberg.eu>2016-05-16 18:41:21 +0200
commit1ceb3026ddff811dc440da4139eda5f502f8bf27 (patch)
tree42a5c7d61c290e9067965a68d05fc0d1b303acb3 /src
parent90dbc0cbd7ed30fb3ac1fa333a5d64f20ea74507 (diff)
Fixed link problem with alsa lib
Thanx to Martin for pointing to this problem.
Diffstat (limited to 'src')
-rw-r--r--src/anetz/Makefile.am2
-rw-r--r--src/bnetz/Makefile.am2
-rw-r--r--src/cnetz/Makefile.am2
-rw-r--r--src/nmt/Makefile.am2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/anetz/Makefile.am b/src/anetz/Makefile.am
index a043a42..c9edc46 100644
--- a/src/anetz/Makefile.am
+++ b/src/anetz/Makefile.am
@@ -11,7 +11,7 @@ anetz_SOURCES = \
main.c
anetz_LDADD = \
$(COMMON_LA) \
- $(ALSA_LIBS) \
$(top_builddir)/src/common/libcommon.a \
+ $(ALSA_LIBS) \
-lm
diff --git a/src/bnetz/Makefile.am b/src/bnetz/Makefile.am
index 7966a59..a150a2b 100644
--- a/src/bnetz/Makefile.am
+++ b/src/bnetz/Makefile.am
@@ -12,7 +12,7 @@ bnetz_SOURCES = \
main.c
bnetz_LDADD = \
$(COMMON_LA) \
- $(ALSA_LIBS) \
$(top_builddir)/src/common/libcommon.a \
+ $(ALSA_LIBS) \
-lm
diff --git a/src/cnetz/Makefile.am b/src/cnetz/Makefile.am
index 236c1d0..3b40ad9 100644
--- a/src/cnetz/Makefile.am
+++ b/src/cnetz/Makefile.am
@@ -16,7 +16,7 @@ cnetz_SOURCES = \
main.c
cnetz_LDADD = \
$(COMMON_LA) \
- $(ALSA_LIBS) \
$(top_builddir)/src/common/libcommon.a \
+ $(ALSA_LIBS) \
-lm
diff --git a/src/nmt/Makefile.am b/src/nmt/Makefile.am
index d29ccb1..b5a0eed 100644
--- a/src/nmt/Makefile.am
+++ b/src/nmt/Makefile.am
@@ -13,7 +13,7 @@ nmt_SOURCES = \
main.c
nmt_LDADD = \
$(COMMON_LA) \
- $(ALSA_LIBS) \
$(top_builddir)/src/common/libcommon.a \
+ $(ALSA_LIBS) \
-lm