diff options
author | Tollef Fog Heen <tfheen@err.no> | 2010-05-28 18:09:10 +0200 |
---|---|---|
committer | Tollef Fog Heen <tfheen@err.no> | 2010-05-28 18:09:10 +0200 |
commit | 66aa02a60beaf3f5b5a4693e89962d5c9b55b306 (patch) | |
tree | 57efd68739670e4413a030fe098bc590f7d36577 | |
parent | 6702b979354ec4ee8737b5aaba0c2d5e3ed8fd2b (diff) |
Make sure to distribute the blank fields .pc file too
-rw-r--r-- | check/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/check/Makefile.am b/check/Makefile.am index 87888fa..9c9d6a8 100644 --- a/check/Makefile.am +++ b/check/Makefile.am @@ -5,6 +5,7 @@ TESTS = check-cflags check-libs check-define-variable \ EXTRA_DIST = $(TESTS) common simple.pc requires-test.pc public-dep.pc \ private-dep.pc includedir.pc missing-requires-private.pc \ - missing-requires.pc idirafter.pc conflicts-test.pc whitespace.pc + missing-requires.pc idirafter.pc conflicts-test.pc whitespace.pc \ + fields-blank.pc DISTCLEANFILES = config.sh |