5 lines
127 B
Plaintext
5 lines
127 B
Plaintext
|
include vm/Config.unix
|
||
|
PLAF_DLL_OBJS += vm/os-genunix.o vm/os-linux.o
|
||
|
CFLAGS += -export-dynamic
|
||
|
LIBS = -ldl -lm $(X11_UI_LIBS)
|