author | alwin <alwin> | 2004-02-25 22:53:14 (UTC) |
---|---|---|
committer | alwin <alwin> | 2004-02-25 22:53:14 (UTC) |
commit | 23a110983c87b38e6237f2380946ab6c7949ac72 (patch) (side-by-side diff) | |
tree | ac803673cf85606de275085d4a30de12db4452cd | |
parent | ad8cbdb693ecccd2a67a8294014360b70ad4253a (diff) | |
download | opie-23a110983c87b38e6237f2380946ab6c7949ac72.zip opie-23a110983c87b38e6237f2380946ab6c7949ac72.tar.gz opie-23a110983c87b38e6237f2380946ab6c7949ac72.tar.bz2 |
must link against libopiedb2
-rw-r--r-- | core/pim/todo/opie-todo.control | 2 | ||||
-rw-r--r-- | core/pim/todo/todo.pro | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/core/pim/todo/opie-todo.control b/core/pim/todo/opie-todo.control index 3a65c04..47c2b67 100644 --- a/core/pim/todo/opie-todo.control +++ b/core/pim/todo/opie-todo.control @@ -5,5 +5,5 @@ Section: opie/pim Maintainer: Holger 'zecke' Freyther <zecke@handhelds.org> Architecture: arm -Depends: task-opie-minimal, libopiecore2, libopieui2, libopiepim2, opie-pics +Depends: task-opie-minimal, libopiecore2, libopieui2, libopiepim2, opie-pics, libopiedb2 Description: Todo list manager A Todo list manager for the Opie environment. diff --git a/core/pim/todo/todo.pro b/core/pim/todo/todo.pro index 9267082..0a0df91 100644 --- a/core/pim/todo/todo.pro +++ b/core/pim/todo/todo.pro @@ -45,5 +45,5 @@ TARGET = todolist INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include -LIBS += -lqpe -lopiecore2 -lopieui2 -lopiepim2 +LIBS += -lqpe -lopiecore2 -lopieui2 -lopiepim2 -lopiedb2 include ( $(OPIEDIR)/include.pro ) |