X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=Makefile.am;h=7e8d4c280aafeac1156dc83aec3694f76afb0561;hb=c833e1bfa32819459c95a5b9216c26a172c72385;hp=dcbb1bc30da175a5f7e133d01ae9cb17fa5db135;hpb=afaa71b3866b46b082b6c895772e15b36d8865fe;p=debian%2Famanda diff --git a/Makefile.am b/Makefile.am index dcbb1bc..7e8d4c2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,16 +4,13 @@ AUTOMAKE_OPTIONS = 1.4 foreign include $(top_srcdir)/config/automake/vars.am include $(top_srcdir)/config/automake/installperms.am -ACLOCAL_AMFLAGS = --force -I . -I config -I config/gettext-macros -I config/gnulib -I config/amanda -I config/macro-archive +ACLOCAL_AMFLAGS = --force -I config -I . -I config/gettext-macros -I config/gnulib -I config/amanda -I config/macro-archive if WANT_CLIENT CLIENT_SUBDIRS = client-src application-src endif if WANT_SERVER -SERVER_SUBDIRS = device-src server-src changer-src xfer-src -endif -if WANT_RESTORE -RESTORE_SUBDIRS = restore-src +SERVER_SUBDIRS = device-src server-src changer-src endif if WANT_RECOVER RECOVER_SUBDIRS = recover-src oldrecover-src @@ -21,6 +18,9 @@ endif if WANT_AMPLOT PLOT_SUBDIRS = amplot endif +if WANT_NDMP +NDMP_SUBDIRS = ndmp-src +endif # order is significant, don't change it arbitrarily SUBDIRS = . \ gnulib \ @@ -28,6 +28,8 @@ SUBDIRS = . \ common-src \ amar-src \ amandad-src \ + xfer-src \ + $(NDMP_SUBDIRS) \ $(TAPE_SUBDIRS) \ $(CLIENT_SUBDIRS) \ $(SERVER_SUBDIRS) \ @@ -70,7 +72,14 @@ EXTRA_DIST += $(SNAPSHOT_STAMP) \ patches/samba-largefs.patch \ patches/tar-1.12.patch \ UPGRADING \ - DEVELOPING + DEVELOPING \ + VERSION \ + FULL_VERSION + +FULL_VERSION: VERSION + $(srcdir)/config/set_full_version $(top_srcdir) + +config.status: FULL_VERSION libtool: $(LIBTOOL_DEPS) $(SHELL) ./config.status --recheck @@ -92,7 +101,6 @@ lint: (cd common-src; make lint) (cd oldrecover-src; make lint) (cd recover-src; make lint) - (cd restore-src; make lint) (cd server-src; make lint) (cd xfer-src; make lint)