X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=restore-src%2FMakefile.am;h=f12bdbf199d67eadec270bb1745e33256b8858f5;hb=d3b2175e084f88c8736ad7073eacbf4670147aec;hp=3ca04e7b26467f5ee14b1034cdac49e38e4cec42;hpb=34197d9f46a5f4e944378cbb65fca32ee0eec7b9;p=debian%2Famanda diff --git a/restore-src/Makefile.am b/restore-src/Makefile.am index 3ca04e7..f12bdbf 100644 --- a/restore-src/Makefile.am +++ b/restore-src/Makefile.am @@ -4,7 +4,8 @@ INCLUDES = -I$(top_builddir)/common-src \ -I$(top_srcdir)/common-src \ -I$(top_srcdir)/tape-src \ -I$(top_srcdir)/server-src \ - -I$(top_srcdir)/amandad-src + -I$(top_srcdir)/amandad-src \ + -I$(top_srcdir)/gnulib LINT=@AMLINT@ LINTFLAGS=@AMLINTFLAGS@ @@ -25,9 +26,13 @@ libexec_PROGRAMS = amidxtaped LDADD = librestore.$(LIB_EXTENSION) \ ../common-src/libamanda.$(LIB_EXTENSION) \ + ../gnulib/libgnu.$(LIB_EXTENSION) \ $(READLINE_LIBS) -amidxtaped_LDADD = $(LDADD) ../amandad-src/libamandad.$(LIB_EXTENSION) +amidxtaped_LDADD = $(LDADD) \ + ../gnulib/libgnu.$(LIB_EXTENSION) \ + ../amandad-src/libamandad.$(LIB_EXTENSION) + amidxtaped_SOURCES = amidxtaped.c amfetchdump_SOURCES = amfetchdump.c