-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 @@ -28,104 +28,33 @@ 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 ) |