* cosmetic

This commit is contained in:
djcb 2012-07-14 15:52:55 +03:00
parent 41a82d16f5
commit aa62d4ca1b
1 changed files with 0 additions and 3 deletions

View File

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