Author: remi
Date: 2007-03-21 10:51:09 +0100 (Wed, 21 Mar 2007)
New Revision: 180
Modified:
daemon/trunk/Makefile
Log:
UPD :
- The paths of the libs are been changed to absolute path
Modified: daemon/trunk/Makefile
===================================================================
--- daemon/trunk/Makefile 2007-03-20 10:18:59 UTC (rev 179)
+++ daemon/trunk/Makefile 2007-03-21 09:51:09 UTC (rev 180)
@@ -16,10 +16,10 @@
OBJ_DIR = Debug
OUTPUT_DIR = .
TARGET = tuxdaemon
- C_INCLUDE_DIRS = -I"../../../../../../../usr/include/glib-2.0" -I"../../../../../../../usr/lib/glib-2.0/include"
+ C_INCLUDE_DIRS = -I"/usr/include/glib-2.0" -I"/usr/lib/glib-2.0/include"
C_PREPROC =
CFLAGS = -pipe -Wall -g2 -O0 -DUSB_DEBUG
- LIB_DIRS = -L"../../../../../../../usr/include/glib-2.0" -L"../../../../../../../usr/lib/glib-2.0/include"
+ LIB_DIRS = -L"/usr/include/glib-2.0" -L"/usr/lib/glib-2.0/include"
LIBS = -lglib-2.0 -lgthread-2.0 -lusb
LDFLAGS = -pipe
endif
|