Browse Source

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

Jeremy C. Reed 12 years ago
parent
commit
530ee237aa
2 changed files with 3 additions and 0 deletions
  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