Browse Source

[master] Add "." to SUBDIRS

Allows "make check" to work without a preceding "make"
Stephen Morris 14 years ago
parent
commit
179a2105dc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/python/isc/log/Makefile.am

+ 1 - 1
src/lib/python/isc/log/Makefile.am

@@ -1,4 +1,4 @@
-SUBDIRS = tests
+SUBDIRS = . tests
 
 
 AM_CPPFLAGS = -I$(top_srcdir)/src/lib -I$(top_builddir)/src/lib
 AM_CPPFLAGS = -I$(top_srcdir)/src/lib -I$(top_builddir)/src/lib
 AM_CPPFLAGS += $(BOOST_INCLUDES)
 AM_CPPFLAGS += $(BOOST_INCLUDES)