]> Dogcows Code - chaz/tar/commitdiff
(LDADD): Add LIBICONV
authorSergey Poznyakoff <gray@gnu.org.ua>
Mon, 25 Oct 2004 15:56:37 +0000 (15:56 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Mon, 25 Oct 2004 15:56:37 +0000 (15:56 +0000)
src/Makefile.am

index 3ba7b5cbbf6d2d73f464f5e6fc3854fb3c2d8385..f8de92e5da21939c56df72162d2130594900fd5f 100644 (file)
@@ -43,6 +43,6 @@ INCLUDES = -I$(top_srcdir)/lib -I../ -I../lib
 
 tar.o: ../lib/localedir.h
 
-LDADD = ../lib/libtar.a $(LIBINTL)
+LDADD = ../lib/libtar.a $(LIBINTL) $(LIBICONV)
 
 tar_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME)
This page took 0.025196 seconds and 4 git commands to generate.