diff options
author | Gustavo J. A. M. Carneiro <gjc@src.gnome.org> | 2005-01-04 00:27:45 +0000 |
---|---|---|
committer | Gustavo J. A. M. Carneiro <gjc@src.gnome.org> | 2005-01-04 00:27:45 +0000 |
commit | 1d3f9067870b849f30fa00bf9514e74b457a8ffd (patch) | |
tree | c355a522a1a32d3024b9d742a415a43167d82268 /Makefile.am | |
parent | 7d0d0d2fd1ff043e2c5b61205a9314f435c59a2e (diff) | |
download | totem-1d3f9067870b849f30fa00bf9514e74b457a8ffd.tar.gz |
Install totem-plparser library; Fixes #162741
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 02ebd7475..1092b612d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,7 +12,10 @@ EXTRA_DIST = \ totem.spec.in \ totem.spec \ omf.make \ + totem-plparser.pc.in \ xmldocs.make -CLEANFILES = totem.spec +CLEANFILES = totem.spec totem-plparser.pc +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = totem-plparser.pc |