diff options
| author | Robert Collins <robertc@robertcollins.net> | 2009-10-04 13:53:08 +1100 |
|---|---|---|
| committer | Robert Collins <robertc@robertcollins.net> | 2009-10-04 13:53:08 +1100 |
| commit | 8c2b00f90fdb342b3d2d3a34ce8c0507da7f66e1 (patch) | |
| tree | 0f230ac1c8dac75a621aae723d66d0dca5d7b30a | |
| parent | 493a10dc9146e4ea9dd98ca69fe658a8139f35fc (diff) | |
| download | subunit-git-8c2b00f90fdb342b3d2d3a34ce8c0507da7f66e1.tar.gz | |
Install libcppunit_subunit.pc.
| -rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 58068e1..e2dca58 100644 --- a/Makefile.am +++ b/Makefile.am @@ -60,7 +60,9 @@ TESTS = runtests.py $(check_PROGRAMS) ## install libsubunit.pc pcdatadir = $(libdir)/pkgconfig -pcdata_DATA = libsubunit.pc +pcdata_DATA = \ + libsubunit.pc \ + libcppunit_subunit.pc pkgpython_PYTHON = \ python/subunit/__init__.py \ |
