Commit 435b3689 authored by claes's avatar claes

More gtk

parent 44cc46a9
......@@ -2,6 +2,8 @@ ifndef link_rule_mk
link_rule_mk := 1
link = $(ldxx) $(linkflags) $(domap) -o $(export_exe) $(export_obj) \
$(objects) -L/usr/X11R6/lib -L/opt/gnome/lib -lpwr_co -lImlib -lX11 -lrt -lm
$(objects) -L/usr/X11R6/lib -L/opt/gnome/lib -lpwr_co -lImlib \
`pkg-config --libs gtk+-2.0` \
-lX11 -lrt -lm
endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment