-rw-r--r-- | rsync/rsync.pro | 73 |
1 files changed, 72 insertions, 1 deletions
diff --git a/rsync/rsync.pro b/rsync/rsync.pro index 79b1465..819cd1a 100644 --- a/rsync/rsync.pro +++ b/rsync/rsync.pro @@ -44,17 +44,88 @@ SOURCES += \ 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 ) |