37f8c3b9a8
PR: ports/113798 Submitted by: timur Approved by: Alexander Pohoyda <alexander.pohoyda@gmx.net> (maintainer), shaun (mentor)
11 lines
359 B
Text
11 lines
359 B
Text
--- Imakefile.orig Sun Jun 17 02:29:38 2007
|
|
+++ Imakefile Sun Jun 17 02:30:03 2007
|
|
@@ -3,7 +3,7 @@
|
|
BASEDIR = $(PROJECTROOT)
|
|
BINDIR = $(BASEDIR)/bin
|
|
PIXMAPDIR = $(BASEDIR)/share/xxkb
|
|
-LOCAL_LIBRARIES = $(XONLYLIB) -lXpm -lXt
|
|
+LOCAL_LIBRARIES = $(XLIB) $(XTOOLLIB) $(XPMLIB)
|
|
|
|
OBJS = xxkb.o resource.o wlist.o
|
|
PIXMAPS = pixmaps/by15.xpm pixmaps/by48.xpm \
|