wok view liblognorm/stuff/liblognorm-build-fix.patch @ rev 11818
firefox-langpack-*: Updated all to 10.0.2.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Feb 25 13:55:11 2012 -0500 (2012-02-25) |
parents | |
children |
line source
1 --- liblognorm-0.3.2-ori/src/Makefile.am
2 +++ liblognorm-0.3.2/src/Makefile.am
3 @@ -9,7 +9,7 @@
4 bin_PROGRAMS = normalizer
5 normalizer_SOURCES = normalizer.c
6 normalizer_CPPFLAGS = -I$(top_srcdir) $(LIBEE_CFLAGS) $(LIBESTR_CFLAGS)
7 -normalizer_LDADD = $(LIBEE_LIBS) $(LIBLOGNORM_LIBS) $(LIBESTR_LIBS)
8 +normalizer_LDADD = $(LIBEE_LIBS) liblognorm.la $(LIBESTR_LIBS)
10 lib_LTLIBRARIES = liblognorm.la