summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2011-07-10 14:48:45 +0300
committerDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2011-07-10 14:48:45 +0300
commit5441b1945fa63ad5407583a06cd519ce23f3e919 (patch)
tree8771565cf9062625a0b3d76b3f0355f9db38753a /Makefile.am
parent76b946e653845df30be2e9aeeefed5a8b4dc023e (diff)
* cleanup --exec implementation
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 2c89d63..7ea8e8a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -53,6 +53,7 @@ cc10:
line33:
@$(PMCCABE) -c `find -name '*.c' -o -name '*.cc'` \
| grep -v mu-str-normalize.c \
+ | grep -v config_options_group_find \
| grep -v tests \
| awk '($$5 > 33)'