author | mickeyl <mickeyl> | 2004-12-24 20:12:34 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2004-12-24 20:12:34 (UTC) |
commit | 15dc267bf93fd9d32cfa9a4c642d0b89761eda7d (patch) (side-by-side diff) | |
tree | fc4014b9eb59dfddc61e55eadd7391f89fce1def /rsync/rsync.pro | |
parent | c935fd64ef5892d32d3d55780f26643a47452752 (diff) | |
download | opie-15dc267bf93fd9d32cfa9a4c642d0b89761eda7d.zip opie-15dc267bf93fd9d32cfa9a4c642d0b89761eda7d.tar.gz opie-15dc267bf93fd9d32cfa9a4c642d0b89761eda7d.tar.bz2 |
Repair damage done by a broken replace program. Note to self: Never use anything other than sed!
Merry Christmas!
-rw-r--r-- | rsync/rsync.pro | 73 |
1 files changed, 1 insertions, 72 deletions
diff --git a/rsync/rsync.pro b/rsync/rsync.pro index 819cd1a..a9e341c 100644 --- a/rsync/rsync.pro +++ b/rsync/rsync.pro @@ -1,131 +1,60 @@ TEMPLATE = lib CONFIG += qt staticlib warn_on DESTDIR = $$(OPIEDIR)/lib HEADERS += \ buf.h \ checksum.h \ command.h \ emit.h \ job.h \ netint.h \ protocol.h \ prototab.h \ rsync.h \ search.h \ stream.h \ sumset.h \ trace.h \ types.h \ util.h \ whole.h \ config_rsync.h \ qrsync.h SOURCES += \ base64.c \ buf.c \ checksum.c \ command.c \ delta.c \ emit.c \ hex.c \ job.c \ mdfour.c \ mksum.c \ msg.c \ netint.c \ patch.c \ prototab.c \ readsums.c \ scoop.c \ search.c \ stats.c \ stream.c \ sumset.c \ trace.c \ tube.c \ util.c \ version.c \ whole.c \ qrsync.cpp INCLUDEPATH += $(OPIEDIR)/include . LIBS += -lopiecore2 TARGET = qrsync -include( - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - $(OPIEDIR)/include.pro ) +include( $(OPIEDIR)/include.pro ) |