>From b2c8fe5f5b1141284dce71a0345712cf16c1f665 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Wed, 15 Oct 2008 15:50:29 +0100 Subject: [PATCH] Remove compilation instructions from sixpair Not needed anymore --- input/sixpair.c | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/input/sixpair.c b/input/sixpair.c index 5c58b9b..41d7791 100644 --- a/input/sixpair.c +++ b/input/sixpair.c @@ -1,7 +1,3 @@ -/* To compile - * gcc -g -Wall -I../src -I../lib/ -I../include -DSTORAGEDIR=\"/var/lib/bluetooth\" -o sixpair sixpair.c ../src/storage.c ../common/libhelper.a -I../common `pkg-config --libs --cflags glib-2.0 libusb-1.0` -lbluetooth - */ - #include #include #include -- 1.5.5.2