blob: 6fdfa5ae29aea34609c786996c6c3664c9c5a9e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -ru recode-3.6.orig/src/Makefile.am recode-3.6/src/Makefile.am
--- recode-3.6.orig/src/Makefile.am 2008-07-25 13:32:10 +0200
+++ recode-3.6/src/Makefile.am 2008-07-25 13:36:27 +0200
@@ -47,7 +47,7 @@
librecode_la_SOURCES = argmatch.c charname.c combine.c fr-charname.c \
hash.c iconv.c libiconv.c localcharset.c merged.c names.c outer.c quotearg.c \
-recode.c request.c strip-pool.c task.c xmalloc.c error.c xstrdup.c $(C_STEPS)
+recode.c request.c strip-pool.c task.c xmalloc.c error.c xstrdup.c getopt.c getopt1.c $(C_STEPS)
librecode_la_LDFLAGS = -version-info 0:0:0
INCLUDES = -I.. -I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/libiconv
|