diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-01-17 02:57:37 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-01-17 02:57:37 +0000 |
commit | df4c70d38c075e40f7f1a91dd5a349ff78f366d0 (patch) | |
tree | a41c3cb59219be18534af36d9a86e133ee9fdff1 /makefile | |
parent | 013f1942db6511dff933c0022e9228cd192a7a52 (diff) |
added files to specify libraries for the linker in the externals build system, i.e. externals/Makefile
svn path=/trunk/externals/pdogg/; revision=4427
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -95,7 +95,7 @@ PDDIR=/usr/lib/pd install:
install -d $(PDDIR)/doc/5.reference/pdogg
- cp help-*.pd ../../doc/5.reference/pdogg
+ cp *-help.pd ../../doc/5.reference/pdogg
clean:
rm -f *.o *.pd_* so_locations
|