]> git.pld-linux.org Git - packages/dasher.git/blob - dasher-as-needed.patch
- updated for 4.4.0
[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/LanguageModelling/libdasherlm.a \
17         DasherCore/Alphabet/libdasheralphabet.a \
18 -       Common/libdashermisc.a
19 +       Common/libdashermisc.a \
20 +       $(GTK2BUILD_LIBS) \
21 +       -lexpat \
22 +       $(POPT_LIBS) \
23 +       $(GPELIB)
24  endif
25  
26  if DOQTE
This page took 0.056284 seconds and 4 git commands to generate.