Changeset 5133:e1fcef35fec5 in roaraudio
- Timestamp:
-
09/10/11 01:02:52
(12 years ago)
- Author:
- phi
- Branch:
- default
- Phase:
- public
- Message:
-
corrected error in makefile for multi lib tests
-
File:
-
Legend:
- Unmodified
- Added
- Removed
-
r5102
|
r5133
|
|
696 | 696 | ;; |
697 | 697 | *) |
698 | | LIBS="-l$1" |
| 698 | LIBS="$LIBS -l$1" |
699 | 699 | ;; |
700 | 700 | esac |