Skip to content
Snippets Groups Projects
Commit 25799add authored by rtoy's avatar rtoy
Browse files

No longer link libXm statically. We haven't been doing that for

years, and I'm tired of editing this for every snapshot.  Also, it
seems most distributions these days don't even supply static Motif
libs either.
parent e89eb563
No related branches found
No related tags found
No related merge requests found
CFLAGS = -O2 -I/usr/X11R6/include -I. -I$(VPATH) CFLAGS = -O2 -I/usr/X11R6/include -I. -I$(VPATH)
LDFLAGS = -L/usr/X11R6/lib LDFLAGS = -L/usr/X11R6/lib
LIBS = -static -lXm -dynamic -lXt -lXext -lX11 -lSM -lICE -lXp -ldl -lpthread LIBS = -lXm -lXt -lXext -lX11 -lSM -lICE -lXp -ldl -lpthread
# This def assumes you are building in the same or parallel # This def assumes you are building in the same or parallel
# tree to the CVS souce layout. Sites may need to customize # tree to the CVS souce layout. Sites may need to customize
# this path. # 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