author | llornkcor <llornkcor> | 2002-02-14 04:09:36 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-02-14 04:09:36 (UTC) |
commit | 44e62a185313ab7492b20c17e8ed386ee3f40523 (patch) (side-by-side diff) | |
tree | a72d7edf41e5cb933fc9ee77403ca8ab3e959b2a | |
parent | ef6994a31a991517f4750f3dacc62f9717bd5f4e (diff) | |
download | opie-44e62a185313ab7492b20c17e8ed386ee3f40523.zip opie-44e62a185313ab7492b20c17e8ed386ee3f40523.tar.gz opie-44e62a185313ab7492b20c17e8ed386ee3f40523.tar.bz2 |
.cvsignore
-rw-r--r-- | core/applets/screenshotapplet/.cvsignore | 4 | ||||
-rw-r--r-- | core/applets/vmemo/.cvsignore | 3 | ||||
-rw-r--r-- | core/launcher/Makefile.in | 3 |
3 files changed, 9 insertions, 1 deletions
diff --git a/core/applets/screenshotapplet/.cvsignore b/core/applets/screenshotapplet/.cvsignore new file mode 100644 index 0000000..cff76b1 --- a/dev/null +++ b/core/applets/screenshotapplet/.cvsignore @@ -0,0 +1,4 @@ +moc_* +*.moc +Makefile +*.~
\ No newline at end of file diff --git a/core/applets/vmemo/.cvsignore b/core/applets/vmemo/.cvsignore new file mode 100644 index 0000000..edfa921 --- a/dev/null +++ b/core/applets/vmemo/.cvsignore @@ -0,0 +1,3 @@ +moc_* +*.moc +Makefile diff --git a/core/launcher/Makefile.in b/core/launcher/Makefile.in index 91a5a9b..52aa401 100644 --- a/core/launcher/Makefile.in +++ b/core/launcher/Makefile.in @@ -386,49 +386,50 @@ taskbar.o: taskbar.cpp \ $(OPIEDIR)/include/qpe/qdawg.h sidething.o: sidething.cpp \ sidething.h \ startmenu.h \ $(OPIEDIR)/include/qpe/resource.h mrulist.o: mrulist.cpp \ mrulist.h \ $(OPIEDIR)/include/qpe/applnk.h \ $(OPIEDIR)/include/qpe/global.h \ $(OPIEDIR)/include/qpe/resource.h stabmon.o: stabmon.cpp \ stabmon.h \ $(OPIEDIR)/include/qpe/qcopenvelope_qws.h inputmethods.o: inputmethods.cpp \ inputmethods.h \ $(OPIEDIR)/include/qpe/inputmethodinterface.h \ $(OPIEDIR)/include/qpe/qcom.h \ $(OPIEDIR)/include/qpe/quuid.h \ $(OPIEDIR)/include/qpe/config.h \ $(OPIEDIR)/include/qpe/qpeapplication.h \ - $(OPIEDIR)/include/qpe/qlibrary.h + $(OPIEDIR)/include/qpe/qlibrary.h \ + $(OPIEDIR)/include/qpe/global.h systray.o: systray.cpp \ $(OPIEDIR)/include/qpe/qpeapplication.h \ $(OPIEDIR)/include/qpe/qlibrary.h \ $(OPIEDIR)/include/qpe/qcom.h \ $(OPIEDIR)/include/qpe/quuid.h \ $(OPIEDIR)/include/qpe/config.h \ quicklauncher.h \ systray.h \ $(OPIEDIR)/include/qpe/taskbarappletinterface.h wait.o: wait.cpp \ wait.h \ $(OPIEDIR)/include/qpe/resource.h shutdownimpl.o: shutdownimpl.cpp \ shutdownimpl.h \ shutdown.h \ $(OPIEDIR)/include/qpe/global.h launcher.o: launcher.cpp \ $(OPIEDIR)/include/qpe/qcopenvelope_qws.h \ $(OPIEDIR)/include/qpe/resource.h \ $(OPIEDIR)/include/qpe/applnk.h \ |