Parcourir la source

[master] make sure src/bin/auth/tests/testdata is in dist tarball

Jeremy C. Reed il y a 13 ans
Parent
commit
530ee237aa
2 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 1 0
      configure.ac
  2. 2 0
      src/bin/auth/tests/Makefile.am

+ 1 - 0
configure.ac

@@ -1018,6 +1018,7 @@ AC_CONFIG_FILES([Makefile
                  src/bin/msgq/tests/Makefile
                  src/bin/auth/Makefile
                  src/bin/auth/tests/Makefile
+                 src/bin/auth/tests/testdata/Makefile
                  src/bin/auth/benchmarks/Makefile
                  src/bin/ddns/Makefile
                  src/bin/ddns/tests/Makefile

+ 2 - 0
src/bin/auth/tests/Makefile.am

@@ -1,3 +1,5 @@
+SUBDIRS = testdata .
+
 AM_CPPFLAGS = -I$(top_srcdir)/src/lib -I$(top_builddir)/src/lib
 AM_CPPFLAGS += -I$(top_builddir)/src/bin # for generated spec_config.h header
 AM_CPPFLAGS += -I$(top_builddir)/src/lib/dns -I$(top_srcdir)/src/bin