corrected the library order. This is important, if you have static libs

svn path=/trunk/kdenetwork/kmail/; revision=2773
wilder-work
Stephan Kulow 29 years ago
parent e61f1c5787
commit 319d90471f
  1. 2
      Makefile.am

@ -1,6 +1,6 @@
SUBDIRS = pics doc
INCLUDES = $(all_includes)
LDADD = $(all_libraries) -lkdeui -lkdecore -lkhtmlw -ljscript -lqt -lXext -lX11 -lgif $(LIBJPEG) -lmimelib
LDADD = $(all_libraries) -lkhtmlw -ljscript -lkdeui -lkdecore -lqt -lXext -lX11 -lgif $(LIBJPEG) -lmimelib
bin_PROGRAMS = kmail

Loading…
Cancel
Save