From: Randy D. <rd...@us...> - 2003-05-01 04:43:04
|
Update of /cvsroot/acpi/ospmd/ospmd/gui In directory sc8-pr-cvs1:/tmp/cvs-serv17795 Modified Files: Makefile Log Message: change patch to qt lib; but others may need to do this also; Index: Makefile =================================================================== RCS file: /cvsroot/acpi/ospmd/ospmd/gui/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Makefile 20 Nov 2002 00:50:56 -0000 1.2 +++ Makefile 1 May 2003 04:43:00 -0000 1.3 @@ -1,5 +1,5 @@ # Include variables -QTDIR= /usr/lib/qt-3.0.5 +QTDIR= /usr/lib/qt3 INC_KDE= /usr/include/kde INC_OSPMD= ../inc INCL= -I$(QTDIR)/include -I$(INC_KDE) -I$(INC_OSPMD) |