]> git.pld-linux.org Git - packages/dasher.git/blob - dasher-as-needed.patch
- ver. 4.7.3
[packages/dasher.git] / dasher-as-needed.patch
1 diff -urN dasher-4.4.0/Src/Makefile.am dasher-4.4.0.new/Src/Makefile.am
2 --- dasher-4.4.0/Src/Makefile.am        2007-03-12 15:13:14.000000000 +0100
3 +++ dasher-4.4.0.new/Src/Makefile.am    2007-03-23 19:30:32.000000000 +0100
4 @@ -24,17 +24,17 @@
5         -DPACKAGE_LOCALE_DIR=\"$(datadir)/locale\"
6  
7  dasher_LDADD = \
8 -       $(GTK2BUILD_LIBS) \
9 -       -lexpat \
10 -       $(POPT_LIBS) \
11 -       $(GPELIB) \
12         Common/libdashermisc.a \
13         Gtk2/libdashergtk.a \
14         Gtk2/libdashercontrol.a \
15         DasherCore/libdashercore.a \
16         DasherCore/libdasherprefs.a \
17         DasherCore/LanguageModelling/libdasherlm.a \
18         DasherCore/Alphabet/libdasheralphabet.a \
19 -       Common/libdashermisc.a
20 +       Common/libdashermisc.a \
21 +       $(GTK2BUILD_LIBS) \
22 +       -lexpat \
23 +       $(POPT_LIBS) \
24 +       $(GPELIB)
25  #endif
26  
27  #if DOQTE
This page took 0.065912 seconds and 3 git commands to generate.