Lars: Makefile does now use $(LIB_KIMGIO) for linking

svn path=/trunk/kdebase/konsole/; revision=11842
wilder-portage
Lars Knoll 28 years ago
parent 91dda571dd
commit a4358c507f
  1. 6
      src/Makefile.am

@ -53,11 +53,7 @@ konsole_LDFLAGS = $(all_libraries) $(KDE_RPATH)
# the library search path.
# extra libraries for jpeg and png image formats; kfiledialog
#FIXME: had troubles with the following macro.
# use the below replacement if needed. LD
#EXTRALIBS = $(LIB_KIMGIO)
EXTRALIBS = -lkimgio -ljpeg -ltiff
EXTRALIBS = $(LIB_KIMGIO)
# just to make sure, automake makes them
BUILTSOURCES =TEWidget.moc TEmuVt102.moc session.moc main.moc TEmulation.moc TEShell.moc

Loading…
Cancel
Save