From 1ceb3026ddff811dc440da4139eda5f502f8bf27 Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Mon, 16 May 2016 18:36:26 +0200 Subject: [PATCH] Fixed link problem with alsa lib Thanx to Martin for pointing to this problem. --- src/anetz/Makefile.am | 2 +- src/bnetz/Makefile.am | 2 +- src/cnetz/Makefile.am | 2 +- src/nmt/Makefile.am | 2 +- 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