-rw-r--r-- | noncore/unsupported/filebrowser/Makefile.in | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/noncore/unsupported/filebrowser/Makefile.in b/noncore/unsupported/filebrowser/Makefile.in index d964f79..c3336cf 100644 --- a/noncore/unsupported/filebrowser/Makefile.in +++ b/noncore/unsupported/filebrowser/Makefile.in | |||
@@ -114,13 +114,13 @@ filebrowser.o: filebrowser.cpp \ | |||
114 | inlineedit.h \ | 114 | inlineedit.h \ |
115 | filebrowser.h \ | 115 | filebrowser.h \ |
116 | filePermissions.h \ | 116 | filePermissions.h \ |
117 | /usr/src/oldsrc/Opie/opie/include/qpe/resource.h \ | 117 | $(OPIEDIR)/include/qpe/resource.h \ |
118 | /usr/src/oldsrc/Opie/opie/include/qpe/global.h \ | 118 | $(OPIEDIR)/include/qpe/global.h \ |
119 | /usr/src/oldsrc/Opie/opie/include/qpe/mimetype.h \ | 119 | $(OPIEDIR)/include/qpe/mimetype.h \ |
120 | /usr/src/oldsrc/Opie/opie/include/qpe/applnk.h \ | 120 | $(OPIEDIR)/include/qpe/applnk.h \ |
121 | /usr/src/oldsrc/Opie/opie/include/qcopenvelope_qws.h \ | 121 | $(OPIEDIR)/include/qcopenvelope_qws.h \ |
122 | /usr/src/oldsrc/Opie/opie/include/qpe/qpetoolbar.h \ | 122 | $(OPIEDIR)/include/qpe/qpetoolbar.h \ |
123 | /usr/src/oldsrc/Opie/opie/include/qpe/qpemenubar.h | 123 | $(OPIEDIR)/include/qpe/qpemenubar.h |
124 | 124 | ||
125 | inlineedit.o: inlineedit.cpp \ | 125 | inlineedit.o: inlineedit.cpp \ |
126 | inlineedit.h | 126 | inlineedit.h |
@@ -130,10 +130,10 @@ filePermissions.o: filePermissions.cpp \ | |||
130 | 130 | ||
131 | main.o: main.cpp \ | 131 | main.o: main.cpp \ |
132 | filebrowser.h \ | 132 | filebrowser.h \ |
133 | /usr/src/oldsrc/Opie/opie/include/qpe/qpeapplication.h \ | 133 | $(OPIEDIR)/include/qpe/qpeapplication.h \ |
134 | /usr/src/oldsrc/Opie/opie/include/qpedecoration_qws.h \ | 134 | $(OPIEDIR)/include/qpedecoration_qws.h \ |
135 | /usr/src/oldsrc/Opie/opie/include/timestring.h \ | 135 | $(OPIEDIR)/include/timestring.h \ |
136 | /usr/src/oldsrc/Opie/opie/include/qpe/mimetype.h | 136 | $(OPIEDIR)/include/qpe/mimetype.h |
137 | 137 | ||
138 | moc_inlineedit.o: moc_inlineedit.cpp \ | 138 | moc_inlineedit.o: moc_inlineedit.cpp \ |
139 | inlineedit.h | 139 | inlineedit.h |