diff options
author | Jamie Bullock <jamie@postlude.co.uk> | 2006-10-08 15:01:54 +0000 |
---|---|---|
committer | Jamie Bullock <jamie@postlude.co.uk> | 2006-10-08 15:01:54 +0000 |
commit | 89803e1f2ff7a54f0c8a6283d9b9f96e62a35af2 (patch) | |
tree | 5bfe93f591ab05509ee18f5d988352dde71403aa /examples/puredata/Makefile.am | |
parent | 67d61abd8be9314aa518fd6cd0b1684db8142e2e (diff) | |
download | LibXtract-89803e1f2ff7a54f0c8a6283d9b9f96e62a35af2.tar.gz LibXtract-89803e1f2ff7a54f0c8a6283d9b9f96e62a35af2.tar.bz2 LibXtract-89803e1f2ff7a54f0c8a6283d9b9f96e62a35af2.zip |
Tweaks to enable build on OS X
Diffstat (limited to 'examples/puredata/Makefile.am')
-rw-r--r-- | examples/puredata/Makefile.am | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/examples/puredata/Makefile.am b/examples/puredata/Makefile.am index f3eb08e..c45fc32 100644 --- a/examples/puredata/Makefile.am +++ b/examples/puredata/Makefile.am @@ -8,14 +8,9 @@ pdinstalldir = $(pddir)/extra pdinstallrefdir = $(pddir)/doc/5.reference pdinstallexpdir = $(pddir)/doc/xtract -# Automake won't accept something ending in ".pd_linux" as a library -pdinstall_PROGRAMS = xtract~.@PD_SUFFIX@ +pdinstall_PROGRAMS = xtract.@PD_SUFFIX@ -if BUILD_PD_EXAMPLE -xtract_pd_linux_SOURCES = xtract~.c -else -xtract_pd_linux_SOURCES = -endif +xtract_@PD_SUFFIX@_SOURCES = xtract~.c pdincludedir = $(pddir)/src @@ -31,6 +26,9 @@ AM_LDFLAGS = @PD_LDFLAGS@ -lxtract ## Install the documentation. +install: + -mv xtract.@PD_SUFFIX@ $(pdinstalldir)/xtract~.@PD_SUFFIX@ + #pdinstallref_DATA = \ # help/aubioonset-help.pd \ # help/aubioquiet-help.pd \ |