From 93fb1fe1b8d0497c11b3ba0d8665175e913c7794 Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Fri, 6 Oct 2006 07:57:56 +0000 Subject: Fixed automake variable substitution issues --- examples/puredata/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/puredata/Makefile.am b/examples/puredata/Makefile.am index 3666682..f3eb08e 100644 --- a/examples/puredata/Makefile.am +++ b/examples/puredata/Makefile.am @@ -1,5 +1,5 @@ -SUFFIXES = .pd_linux +SUFFIXES = .@PD_SUFFIX@ PDDIR = $(prefix)/lib/pd pddir = $(PDDIR) @@ -9,7 +9,7 @@ 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_linux +pdinstall_PROGRAMS = xtract~.@PD_SUFFIX@ if BUILD_PD_EXAMPLE xtract_pd_linux_SOURCES = xtract~.c -- cgit v1.2.3