From dd97141f215801a8c838151e4179f25f343aaffa Mon Sep 17 00:00:00 2001 From: Stefan Wahren Date: Sun, 20 May 2012 13:03:03 +0200 Subject: [PATCH] Removed directory test from building (not so good idea) --- Makefile.am | 2 +- Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 1833868..0e4327b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,6 +7,6 @@ VERSION = @VERSION@ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libmbus.pc -SUBDIRS = mbus bin test +SUBDIRS = mbus bin ACLOCAL = aclocal -I . ACLOCAL_AMFLAGS = -Werror -I m4 diff --git a/Makefile.in b/Makefile.in index eeace0a..401e1fb 100644 --- a/Makefile.in +++ b/Makefile.in @@ -248,7 +248,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libmbus.pc -SUBDIRS = mbus bin test +SUBDIRS = mbus bin ACLOCAL_AMFLAGS = -Werror -I m4 all: config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive