From 2daac503a3a2f149f883db7c30199ebbb1f00c7f Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Tue, 16 Nov 2010 19:26:53 +0000 Subject: cleaned up autoconf/automake project files, this should solve build order and dependency issues --- src/audio/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/audio') diff --git a/src/audio/Makefile.am b/src/audio/Makefile.am index 62c482d..3d9805d 100644 --- a/src/audio/Makefile.am +++ b/src/audio/Makefile.am @@ -7,6 +7,10 @@ else noinst_LTLIBRARIES = libaudio.la endif -libaudio_la_LDFLAGS = -avoid-version -no-undefined noinst_HEADERS = audio.h buffers.h pcm.h sources.h wav.h libaudio_la_SOURCES = audio.cc buffers.cc pcm.cc sources.cc wav.cc + +libaudio_la_DEPENDENCIES = \ + $(top_builddir)/src/sys/libsys.la + +libaudio_la_LDFLAGS = -avoid-version -no-undefined -- cgit v1.2.3