From 6eeb126390f05a757f4060b2bae694de1eb4f4b3 Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Tue, 10 Oct 2006 09:20:33 +0000 Subject: Build system tweaks --- examples/puredata/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/puredata') diff --git a/examples/puredata/Makefile.am b/examples/puredata/Makefile.am index c45fc32..97bad90 100644 --- a/examples/puredata/Makefile.am +++ b/examples/puredata/Makefile.am @@ -22,12 +22,12 @@ INCLUDES = -I$(top_srcdir)/src -I$(pdincludedir) #AM_LDFLAGS = -L$(top_builddir)/src/.libs -lxtract -export_dynamic -shared AM_CFLAGS = @PD_CFLAGS@ -AM_LDFLAGS = @PD_LDFLAGS@ -lxtract +AM_LDFLAGS = @PD_LDFLAGS@ -lxtract -L$(top_builddir)/src/ ## Install the documentation. install: - -mv xtract.@PD_SUFFIX@ $(pdinstalldir)/xtract~.@PD_SUFFIX@ + -mv $(top_builddir)/examples/puredata/.libs/xtract.@PD_SUFFIX@ $(pdinstalldir)/xtract~.@PD_SUFFIX@ #pdinstallref_DATA = \ # help/aubioonset-help.pd \ -- cgit v1.2.3