]> git.pld-linux.org Git - packages/dasher.git/blame - dasher-as-needed.patch
- tabs in preamble
[packages/dasher.git] / dasher-as-needed.patch
CommitLineData
7c8d2bdf 1diff -urN aaa/dasher-4.1.10/Src/Makefile.am dasher-4.1.10/Src/Makefile.am
2--- aaa/dasher-4.1.10/Src/Makefile.am 2006-08-21 23:25:30.000000000 +0200
3+++ dasher-4.1.10/Src/Makefile.am 2006-08-26 16:14:52.331463136 +0200
4@@ -24,16 +24,16 @@
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+ DasherCore/Alphabet/libdasheralphabet.a \
19+ $(GTK2BUILD_LIBS) \
20+ -lexpat \
21+ $(POPT_LIBS) \
22+ $(GPELIB)
23 endif
24
25 if DOQTE
This page took 0.027046 seconds and 4 git commands to generate.