summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-08-16 17:52:53 +0300
committerAndrei Karas <akaras@inbox.ru>2016-08-16 17:54:47 +0300
commit7213833c054da4a5c46d0f4e3190b2770c204b7c (patch)
tree87abae0aa8cd48e648861f5c8aae3107b9c31fb5 /src/Makefile.am
parentd46b9aa882ff04ca43736eb4290cd100e54d2de2 (diff)
downloadmplint-7213833c054da4a5c46d0f4e3190b2770c204b7c.tar.gz
mplint-7213833c054da4a5c46d0f4e3190b2770c204b7c.tar.bz2
mplint-7213833c054da4a5c46d0f4e3190b2770c204b7c.tar.xz
mplint-7213833c054da4a5c46d0f4e3190b2770c204b7c.zip
Add check for wrong brackets formatting.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index e516d03..4992044 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -17,6 +17,7 @@ mplint_SOURCES = \
stringutils.h \
stringvector.h \
template.hpp \
+ rules/brackets.cpp \
rules/constructor.cpp \
rules/debug.cpp \
rules/dump.cpp \