From 9938e334f40e951b7f0cdaff0682c4050d21a979 Mon Sep 17 00:00:00 2001 From: Thomas O Fredericks Date: Thu, 24 Sep 2009 13:47:15 +0000 Subject: Updated the Makefile so that it includes my abstractions svn path=/trunk/; revision=12442 --- externals/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'externals/Makefile') diff --git a/externals/Makefile b/externals/Makefile index ab95c923..e24bb08b 100644 --- a/externals/Makefile +++ b/externals/Makefile @@ -2473,8 +2473,9 @@ tof_install: tof install -d $(DESTDIR)$(helpdir)/$(TOF_NAME) install -p $(externals_src)/tof/help/*.pd \ $(DESTDIR)$(helpdir)/$(TOF_NAME) - install -p $(externals_src)/tof/help/*.pd \ + install -p $(externals_src)/tof/abs/*.pd \ $(DESTDIR)$(objectsdir)/$(TOF_NAME) + #install -p $(externals_src)/tof/help/*.pd $(DESTDIR)$(objectsdir)/$(TOF_NAME) tof_clean: -rm -f -- $(TOF_OBJECTS:.c=.$(EXTENSION)) -- cgit v1.2.1