X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=oldrecover-src%2FMakefile.am;h=766afd299b9c2dfe2a29e5801e2fc2609100b0ec;hb=d3b2175e084f88c8736ad7073eacbf4670147aec;hp=85719957f499547d0075f3434a14abb8cff31f3a;hpb=34197d9f46a5f4e944378cbb65fca32ee0eec7b9;p=debian%2Famanda diff --git a/oldrecover-src/Makefile.am b/oldrecover-src/Makefile.am index 8571995..766afd2 100644 --- a/oldrecover-src/Makefile.am +++ b/oldrecover-src/Makefile.am @@ -2,7 +2,8 @@ INCLUDES = -I$(top_builddir)/common-src \ -I$(top_srcdir)/common-src \ - -I$(top_srcdir)/client-src + -I$(top_srcdir)/client-src \ + -I$(top_srcdir)/gnulib LINT=@AMLINT@ LINTFLAGS=@AMLINTFLAGS@ @@ -26,7 +27,8 @@ LDADD = ../common-src/libamanda.$(LIB_EXTENSION) \ @LEXLIB@ \ ../client-src/libamclient.$(LIB_EXTENSION) \ $(READLINE_LIBS) \ - ../common-src/libamanda.$(LIB_EXTENSION) + ../common-src/libamanda.$(LIB_EXTENSION) \ + ../gnulib/libgnu.$(LIB_EXTENSION) amoldrecover_CSRC = amrecover.c \ display_commands.c extract_list.c \