Browse Source

[trac558] Added EXTRA_DIST line to tests/Makefile.am

Correct problem reported in FreeBSD distribution check, where
localdef.mes was missing.  The fix is to add a line to the tests
Makefile.am explicitly including localdef.mes in the distribution.
Stephen Morris 14 years ago
parent
commit
bf5f7b5f56
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/lib/log/tests/Makefile.am

+ 2 - 0
src/lib/log/tests/Makefile.am

@@ -33,6 +33,8 @@ run_unittests_LDADD  = $(GTEST_LDADD)
 run_unittests_LDADD += $(top_builddir)/src/lib/log/liblog.la
 endif
 
+EXTRA_DIST=localdef.mes
+
 TESTS += logger_support_test
 logger_support_test_SOURCES = logger_support_test.cc
 logger_support_test_CPPFLAGS = $(AM_CPPFLAGS) $(GTEST_INCLUDES)