X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=application-src%2FMakefile.am;h=17f1dea2b0d8f76c4ee3b9850f290a1c2a458f68;hb=fd48f3e498442f0cbff5f3606c7c403d0566150e;hp=ef881549e86f1f5033fc71e7359503e09b88f415;hpb=96f35b20267e8b1a1c846d476f27fcd330e0b018;p=debian%2Famanda diff --git a/application-src/Makefile.am b/application-src/Makefile.am index ef88154..17f1dea 100644 --- a/application-src/Makefile.am +++ b/application-src/Makefile.am @@ -14,19 +14,17 @@ INCLUDES = -I$(top_builddir)/common-src \ LINT=$(AMLINT) LINTFLAGS=$(AMLINTFLAGS) -LIB_EXTENSION = la - AM_CFLAGS = $(AMANDA_WARNING_CFLAGS) AM_LDFLAGS = $(AMANDA_STATIC_LDFLAGS) -CHECK_PERL = amgtar_perl \ - script-email \ +SCRIPTS_PERL = script-email \ amlog-script \ + ampgsql \ amzfs-sendrecv \ amzfs-snapshot \ - amsamba - -SCRIPTS_PERL = $(CHECK_PERL) + amraw \ + amsamba \ + amsuntar SCRIPTS_SHELL = $(amlibexec_SCRIPTS) @@ -44,11 +42,11 @@ applicationdir = $(APPLICATION_DIR) applicationexec_PROGRAMS = amgtar amstar applicationexec_SCRIPTS = $(SCRIPTS_PERL) -LDADD = ../common-src/libamanda.$(LIB_EXTENSION) \ - ../client-src/libamclient.$(LIB_EXTENSION) \ - ../amandad-src/libamandad.$(LIB_EXTENSION) \ - ../common-src/libamanda.$(LIB_EXTENSION) \ - ../gnulib/libgnu.$(LIB_EXTENSION) +LDADD = ../common-src/libamanda.la \ + ../client-src/libamclient.la \ + ../amandad-src/libamandad.la \ + ../common-src/libamanda.la \ + ../gnulib/libgnu.la INSTALLPERMS_exec = dest=$(amlibexecdir) chown=amanda $(amlibexec_PROGRAMS) \ dest=$(applicationdir) chown=amanda $(applicationexec_PROGRAMS) \