aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-01-17 02:57:37 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-01-17 02:57:37 +0000
commitdf4c70d38c075e40f7f1a91dd5a349ff78f366d0 (patch)
treea41c3cb59219be18534af36d9a86e133ee9fdff1
parent013f1942db6511dff933c0022e9228cd192a7a52 (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
-rw-r--r--makefile2
-rw-r--r--oggamp~/oggamp~.libs1
-rw-r--r--oggcast~/oggcast~.libs1
-rw-r--r--oggread~/oggread~.libs1
-rw-r--r--oggwrite~/oggwrite~.libs1
5 files changed, 5 insertions, 1 deletions
diff --git a/makefile b/makefile
index f6737e1..cd30636 100644
--- a/makefile
+++ b/makefile
@@ -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
diff --git a/oggamp~/oggamp~.libs b/oggamp~/oggamp~.libs
new file mode 100644
index 0000000..f944930
--- /dev/null
+++ b/oggamp~/oggamp~.libs
@@ -0,0 +1 @@
+-logg -lvorbis
diff --git a/oggcast~/oggcast~.libs b/oggcast~/oggcast~.libs
new file mode 100644
index 0000000..28114c5
--- /dev/null
+++ b/oggcast~/oggcast~.libs
@@ -0,0 +1 @@
+-logg -lvorbis -lvorbisenc -lvorbisfile
diff --git a/oggread~/oggread~.libs b/oggread~/oggread~.libs
new file mode 100644
index 0000000..28114c5
--- /dev/null
+++ b/oggread~/oggread~.libs
@@ -0,0 +1 @@
+-logg -lvorbis -lvorbisenc -lvorbisfile
diff --git a/oggwrite~/oggwrite~.libs b/oggwrite~/oggwrite~.libs
new file mode 100644
index 0000000..28114c5
--- /dev/null
+++ b/oggwrite~/oggwrite~.libs
@@ -0,0 +1 @@
+-logg -lvorbis -lvorbisenc -lvorbisfile