diff -urN aaa/dasher-4.1.10/Src/Makefile.am dasher-4.1.10/Src/Makefile.am --- aaa/dasher-4.1.10/Src/Makefile.am 2006-08-21 23:25:30.000000000 +0200 +++ dasher-4.1.10/Src/Makefile.am 2006-08-26 16:14:52.331463136 +0200 @@ -24,16 +24,16 @@ -DPACKAGE_LOCALE_DIR=\"$(datadir)/locale\" dasher_LDADD = \ - $(GTK2BUILD_LIBS) \ - -lexpat \ - $(POPT_LIBS) \ - $(GPELIB) \ Common/libdashermisc.a \ Gtk2/libdashergtk.a \ Gtk2/libdashercontrol.a \ DasherCore/libdashercore.a \ DasherCore/LanguageModelling/libdasherlm.a \ - DasherCore/Alphabet/libdasheralphabet.a + DasherCore/Alphabet/libdasheralphabet.a \ + $(GTK2BUILD_LIBS) \ + -lexpat \ + $(POPT_LIBS) \ + $(GPELIB) endif if DOQTE