diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-02-25 21:53:29 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-02-27 09:45:56 +0000 |
commit | 1190dab820a60907559fb1e7d8e6e5d4d58ecfdf (patch) | |
tree | 984949d32ce46ddde3fe09eec67e5c0285e8681d /Makefile | |
parent | 0e2c1fa763205056b91b5af3408cb2f0fd5d79f6 (diff) |
exclude some more external libs from unusedcode.easy
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -456,8 +456,16 @@ findunusedcode: | grep -v ^Atom \ | grep -v ^boost:: \ | grep -v ^CIcc \ + | grep -v ^CLuceneError:: \ | grep -v ^cppu:: \ | grep -v ^Dde \ + | grep -v ^graphite2:: \ + | grep -v ^jvmaccess:: \ + | grep -v ^libcdr:: \ + | grep -v ^libcmis:: \ + | grep -v ^libvisio:: \ + | grep -v ^libwpg:: \ + | grep -v ^lucene:: \ | grep -v ^salhelper:: \ > unusedcode.easy |