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....