X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=changer-src%2FMakefile.am;h=76328451193a830dfd94a398352539c22c891198;hb=d3b2175e084f88c8736ad7073eacbf4670147aec;hp=2471aa25c22da162a6166d5cdeae53c5e353f191;hpb=34197d9f46a5f4e944378cbb65fca32ee0eec7b9;p=debian%2Famanda diff --git a/changer-src/Makefile.am b/changer-src/Makefile.am index 2471aa2..7632845 100644 --- a/changer-src/Makefile.am +++ b/changer-src/Makefile.am @@ -3,7 +3,8 @@ INCLUDES = -I$(top_builddir)/common-src \ -I$(top_srcdir)/common-src \ -I$(top_srcdir)/server-src \ - -I$(top_srcdir)/tape-src + -I$(top_srcdir)/tape-src \ + -I$(top_srcdir)/gnulib LINT=@AMLINT@ LINTFLAGS=@AMLINTFLAGS@ @@ -25,7 +26,7 @@ libexec_SCRIPTS = chg-manual chg-multi chg-mtx \ chg-rth chg-chs chg-chio \ chg-zd-mtx chg-juke chg-rait \ chg-null chg-mcutil chg-disk \ - chg-iomega + chg-iomega chg-lib.sh CLEANFILES = $(libexec_SCRIPTS) @@ -40,6 +41,7 @@ LDADD = ../common-src/libamanda.$(LIB_EXTENSION) \ ../server-src/libamserver.$(LIB_EXTENSION) \ ../tape-src/libamtape.$(LIB_EXTENSION) \ ../common-src/libamanda.$(LIB_EXTENSION) \ + ../gnulib/libgnu.$(LIB_EXTENSION) \ $(READLINE_LIBS) SUFFIXES = .pl .sh