blob: 899605d47deee43668baa9cdf08678b9a39c0d0c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- Makefile.SimpleX.orig Tue Mar 15 16:47:43 1994
+++ Makefile.SimpleX Mon Nov 18 21:06:58 1996
@@ -5,8 +5,8 @@
# You need to supply directories for libraries and include files
# only if they are not in a standard directory.
-LIBDIRS =
-INCDIRS =
+LIBDIRS = -L${LOCALBASE}/lib
+INCDIRS = -I${LOCALBASE}/include
#LIBDIRS = -L/usr/imports/lib/X11R5
#INCDIRS = -I/usr/imports/include
|