blob: 3c3c76bdeb76c3f47093ac3b0742747a9b1e6df5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN dasher-4.5.2.orig/Src/Makefile.am dasher-4.5.2/Src/Makefile.am
--- dasher-4.5.2.orig/Src/Makefile.am 2007-07-09 13:06:53.000000000 -0400
+++ dasher-4.5.2/Src/Makefile.am 2007-07-11 15:40:18.000000000 -0400
@@ -24,10 +24,6 @@ AM_CXXFLAGS = \
-DPACKAGE_LOCALE_DIR=\"$(datadir)/locale\"
dasher_LDADD = \
- $(GTK2BUILD_LIBS) \
- -lexpat \
- $(POPT_LIBS) \
- $(GPELIB) \
Common/libdashermisc.a \
Gtk2/libdashergtk.a \
Gtk2/libdashercontrol.a \
@@ -35,7 +31,11 @@ dasher_LDADD = \
DasherCore/libdasherprefs.a \
DasherCore/LanguageModelling/libdasherlm.a \
DasherCore/Alphabet/libdasheralphabet.a \
- Common/libdashermisc.a
+ Common/libdashermisc.a \
+ $(GTK2BUILD_LIBS) \
+ -lexpat \
+ $(POPT_LIBS) \
+ $(GPELIB)
#endif
#if DOQTE
|