diff options
-rw-r--r-- | makefile | 2 | ||||
-rw-r--r-- | oggamp~/oggamp~.libs | 1 | ||||
-rw-r--r-- | oggcast~/oggcast~.libs | 1 | ||||
-rw-r--r-- | oggread~/oggread~.libs | 1 | ||||
-rw-r--r-- | oggwrite~/oggwrite~.libs | 1 |
5 files changed, 5 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
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 |