diff options
author | Tollef Fog Heen <tfheen@err.no> | 2010-05-23 23:31:14 +0200 |
---|---|---|
committer | Tollef Fog Heen <tfheen@err.no> | 2010-05-23 23:31:14 +0200 |
commit | 37d59a0c44ecd2b380cf9190cfd7f114d17eb569 (patch) | |
tree | 2fc3e5cbb57aa232caad170b405ceeab387ed212 /check | |
parent | a23bbe45841fffa9a62d9afd13f186f8a58f09b8 (diff) |
Distcheck fixespkg-config-0.24
Various small fixes to make distcheck pass
Diffstat (limited to 'check')
-rw-r--r-- | check/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/check/Makefile.am b/check/Makefile.am index 39ba7c8..87888fa 100644 --- a/check/Makefile.am +++ b/check/Makefile.am @@ -5,6 +5,6 @@ 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 whitespace.pc + missing-requires.pc idirafter.pc conflicts-test.pc whitespace.pc DISTCLEANFILES = config.sh |