From 676cf71852162fe483bd14ca088a7a124ec2fdfd Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 6 Aug 2003 18:04:32 +0000 Subject: Added TOP to point to top of tree to find includes and libs --- progs/miniglx/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'progs/miniglx') diff --git a/progs/miniglx/Makefile b/progs/miniglx/Makefile index 48923eb..5a78139 100644 --- a/progs/miniglx/Makefile +++ b/progs/miniglx/Makefile @@ -3,10 +3,11 @@ # These programs aren't intended to be included with the normal # distro. They're not too interesting but they're good for testing. +TOP = ../.. CC = gcc -CFLAGS = -g -I../include -LIBS = -L../lib -lGL -lGLU -lglut -lm -Wl,-rpath,../lib +CFLAGS = -g -I$(TOP)/include +LIBS = -L$(TOP)/lib -lGL -lGLU -lglut -lm -Wl,-rpath,$(TOP)/lib PROGS = miniglxtest miniglxsample sample_server sample_server2 manytex texline -- cgit v1.1