author | kergoth <kergoth> | 2002-03-16 05:05:16 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-03-16 05:05:16 (UTC) |
commit | 585373903040f7d283c8fef1841147739f0510d8 (patch) (unidiff) | |
tree | 06769d3afe8ad2fa86a641ae883a8a95e401bf1c /Makefile | |
parent | a4ae0b213389af1ca002b684d2493786311ab60f (diff) | |
download | opie-585373903040f7d283c8fef1841147739f0510d8.zip opie-585373903040f7d283c8fef1841147739f0510d8.tar.gz opie-585373903040f7d283c8fef1841147739f0510d8.tar.bz2 |
mark: added libopie to root makefile.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,11 +1,11 @@ | |||
1 | default: dynamic | 1 | default: dynamic |
2 | 2 | ||
3 | all: default docs | 3 | all: default docs |
4 | 4 | ||
5 | LIBS=library | 5 | LIBS=library libopie |
6 | 6 | ||
7 | COMPONENTS=$(LOCALCOMPONENTS) inputmethods/keyboard \ | 7 | COMPONENTS=$(LOCALCOMPONENTS) inputmethods/keyboard \ |
8 | inputmethods/pickboard \ | 8 | inputmethods/pickboard \ |
9 | inputmethods/handwriting \ | 9 | inputmethods/handwriting \ |
10 | inputmethods/unikeyboard \ | 10 | inputmethods/unikeyboard \ |
11 | inputmethods/jumpx \ | 11 | inputmethods/jumpx \ |