author | groucho <groucho> | 2003-02-22 09:56:01 (UTC) |
---|---|---|
committer | groucho <groucho> | 2003-02-22 09:56:01 (UTC) |
commit | e7981098a5c373748d98158e8a6c59750bb0d7dc (patch) (unidiff) | |
tree | fcbad3020cf5b6f3ad52cd375eae1d9e3c57b63d /noncore | |
parent | 46f47c0a1e542a8b4222f3ced8f3304534c7509d (diff) | |
download | opie-e7981098a5c373748d98158e8a6c59750bb0d7dc.zip opie-e7981098a5c373748d98158e8a6c59750bb0d7dc.tar.gz opie-e7981098a5c373748d98158e8a6c59750bb0d7dc.tar.bz2 |
Finally and hopefully, dependencies are correct. Comments ?
Fixed missing include in euroconv.pro
-rw-r--r-- | noncore/tools/euroconv/euroconv.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/tools/euroconv/euroconv.pro b/noncore/tools/euroconv/euroconv.pro index dd2f7af..a13129e 100644 --- a/noncore/tools/euroconv/euroconv.pro +++ b/noncore/tools/euroconv/euroconv.pro | |||
@@ -10,3 +10,5 @@ DEPENDPATH += $(OPIEDIR)/include | |||
10 | LIBS += -lqpe -lopie | 10 | LIBS += -lqpe -lopie |
11 | DESTDIR = ${OPIEDIR}/bin | 11 | DESTDIR = ${OPIEDIR}/bin |
12 | INTERFACES= | 12 | INTERFACES= |
13 | |||
14 | include ( $(OPIEDIR)/include.pro ) | ||