Skip to content
Snippets Groups Projects
Commit 8131e7ba authored by toy's avatar toy
Browse files

XFree 4.2 needs -ldl, as noted by Eric Marsden.

parent a0ce1548
No related branches found
No related tags found
No related merge requests found
CFLAGS = -O2 -I/usr/X11R6/include -I. -I$(VPATH)
LDFLAGS = -L/usr/X11R6/lib
LIBS = -static -lXm -dynamic -lXt -lXext -lX11 -lSM -lICE -lXp
LIBS = -static -lXm -dynamic -lXt -lXext -lX11 -lSM -lICE -lXp -ldl
# This def assumes you are building in the same or parallel
# tree to the CVS souce layout. Sites may need to customize
# this path.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment