author | zecke <zecke> | 2004-05-22 18:31:53 (UTC) |
---|---|---|
committer | zecke <zecke> | 2004-05-22 18:31:53 (UTC) |
commit | 6cd90404121a78f3181a35acc056d7feca3d6aeb (patch) (side-by-side diff) | |
tree | 91920eebcae4827f8f04eda0049ee7bb8615ece4 | |
parent | d0edabba9df82d1da1d97d4e66b9a9443a373675 (diff) | |
download | opie-6cd90404121a78f3181a35acc056d7feca3d6aeb.zip opie-6cd90404121a78f3181a35acc056d7feca3d6aeb.tar.gz opie-6cd90404121a78f3181a35acc056d7feca3d6aeb.tar.bz2 |
Try to 'fix' it for harlekin
-rw-r--r-- | rsync/rsync.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rsync/rsync.pro b/rsync/rsync.pro index a02d122..79b1465 100644 --- a/rsync/rsync.pro +++ b/rsync/rsync.pro @@ -47,14 +47,14 @@ SOURCES += \ sumset.c \ trace.c \ tube.c \ util.c \ version.c \ whole.c \ qrsync.cpp -INCLUDEPATH += $(OPIEDIR)/include +INCLUDEPATH += $(OPIEDIR)/include . LIBS += -lopiecore2 TARGET = qrsync include ( $(OPIEDIR)/include.pro ) |