mirror of
https://github.com/0intro/wmii
synced 2024-11-22 22:02:30 +03:00
linker fix
This commit is contained in:
parent
0eb816b94d
commit
8f99b2f599
@ -13,7 +13,7 @@ X11LIB = /usr/X11R6/lib
|
||||
|
||||
# includes and libs
|
||||
INCS = -I. -I${PREFIX}/include -I/usr/include -I${X11INC}
|
||||
LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -L${PREFIX} -lixp -lm
|
||||
LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -L${PREFIX}/lib -lixp -lm
|
||||
|
||||
# flags
|
||||
CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\"
|
||||
|
Loading…
Reference in New Issue
Block a user