X-Git-Url: https://git.cworth.org/git?p=tar;a=blobdiff_plain;f=rmt%2FMakefile.am;fp=rmt%2FMakefile.am;h=37f621a104bfca03234401b19f58300a1c8c7532;hp=b4552128dc5ae21a7914e27526a68a1739799556;hb=22f1eb8bc17e5be72dd23d42d6aaa60196ac22e6;hpb=00fa13ff3f2d5b6e2a94c5e948c38616ff7ad37a diff --git a/rmt/Makefile.am b/rmt/Makefile.am index b455212..37f621a 100644 --- a/rmt/Makefile.am +++ b/rmt/Makefile.am @@ -4,10 +4,10 @@ EXTRA_PROGRAMS = rmt rmt_SOURCES = rmt.c -INCLUDES = -I$(top_srcdir)/lib -I../ -I../lib +INCLUDES = -I$(top_srcdir)/gnu -I../ -I../gnu -I$(top_srcdir)/lib -LDADD = ../lib/lib$(PACKAGE).a $(LIBINTL) +LDADD = ../gnu/libgnu.a $(LIBINTL) rmt_LDADD = $(LDADD) $(LIB_SETSOCKOPT) -rmt.o: ../lib/configmake.h +rmt.o: ../gnu/configmake.h