diff options
author | Ian C <ianc@noddybox.co.uk> | 2022-12-12 00:14:27 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2022-12-12 00:14:27 +0000 |
commit | 6fbbb527533b6dd6149cdf7afe47089601288355 (patch) | |
tree | 6a0f8216ccb7cfecd33c3a66dd7ebb8d952cee2d /Makefile | |
parent | 5e5eb13c01f9ebe7321e4e2ae196d2bdd2a6f588 (diff) |
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ CC=cc # Paths to X11 includes and libraries. Edit as appropriate for your system # -DIRS=-L/usr/openwin/lib -I/usr/openwin/include -L/usr/X11R6/lib -I/usr/local/include -L/usr/local/lib +DIRS=-L/usr/openwin/lib -I/usr/openwin/include -L/usr/X11R6/lib -I/usr/local/include -L/usr/local/lib -I/usr/X11/include -L/usr/X11/lib # Add on -lsocket for solaris 2 (and perhaps other SysV's) # |