-rw-r--r-- | noncore/apps/opie-reader/opie-reader.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/apps/opie-reader/opie-reader.pro b/noncore/apps/opie-reader/opie-reader.pro index dbf6964..db3e37e 100644 --- a/noncore/apps/opie-reader/opie-reader.pro +++ b/noncore/apps/opie-reader/opie-reader.pro | |||
@@ -76,17 +76,17 @@ SOURCES = Aportis.cpp \ | |||
76 | plucker.cpp \ | 76 | plucker.cpp \ |
77 | plucker_base.cpp \ | 77 | plucker_base.cpp \ |
78 | ppm.cpp \ | 78 | ppm.cpp \ |
79 | ppm_expander.cpp \ | 79 | ppm_expander.cpp \ |
80 | version.cpp \ | 80 | version.cpp \ |
81 | ztxt.cpp | 81 | ztxt.cpp |
82 | 82 | ||
83 | DESTDIR = $(OPIEDIR)/bin | 83 | DESTDIR = $(OPIEDIR)/bin |
84 | TARGET = reader | 84 | TARGET = opie-reader |
85 | 85 | ||
86 | INCLUDEPATH += $(OPIEDIR)/include | 86 | INCLUDEPATH += $(OPIEDIR)/include |
87 | DEPENDPATH += $(OPIEDIR)/include | 87 | DEPENDPATH += $(OPIEDIR)/include |
88 | LIBS += -lqpe -lopiecore2 | 88 | LIBS += -lqpe -lopiecore2 |
89 | 89 | ||
90 | include ( $(OPIEDIR)/include.pro ) | 90 | include ( $(OPIEDIR)/include.pro ) |
91 | 91 | ||
92 | 92 | ||