X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=recover-src%2FMakefile.am;h=ac37b7300e7dd9934e684b287c17701d5e029143;hb=d3b2175e084f88c8736ad7073eacbf4670147aec;hp=2dfe457161560535b710dfed0b226f3b8fef33f2;hpb=34197d9f46a5f4e944378cbb65fca32ee0eec7b9;p=debian%2Famanda diff --git a/recover-src/Makefile.am b/recover-src/Makefile.am index 2dfe457..ac37b73 100644 --- a/recover-src/Makefile.am +++ b/recover-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,6 +27,7 @@ LDADD = ../common-src/libamanda.$(LIB_EXTENSION) \ @LEXLIB@ \ ../client-src/libamclient.$(LIB_EXTENSION) \ ../common-src/libamanda.$(LIB_EXTENSION) \ + ../gnulib/libgnu.$(LIB_EXTENSION) \ $(READLINE_LIBS) amrecover_CSRC = amrecover.c \