From aa62d4ca1b9ef1fc80b95f1650f1c3db6dc7a687 Mon Sep 17 00:00:00 2001 From: djcb Date: Sat, 14 Jul 2012 15:52:55 +0300 Subject: [PATCH] * cosmetic --- lib/tests/Makefile.am | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/tests/Makefile.am b/lib/tests/Makefile.am index 9dcb5646..24812883 100644 --- a/lib/tests/Makefile.am +++ b/lib/tests/Makefile.am @@ -77,15 +77,12 @@ BUILT_SOURCES= \ dummy.cc: touch dummy.cc - libtestmucommon_la_SOURCES= \ test-mu-common.c \ test-mu-common.h libtestmucommon_la_LIBADD= ../libmu.la - - # note the question marks; make does not like files with ':', so we # use the (also supported) version with '!' instead. We could escape # the : with \: but automake does not recognize that....