[perl-GStreamer-Interfaces] Properly install all our headers



commit 496046c4ec18304d3a0bf12e63e8fd3c12603e71
Author: Torsten Schönfeld <kaffeetisch gmx de>
Date:   Sat Mar 20 13:57:20 2010 +0100

    Properly install all our headers

 Makefile.PL |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.PL b/Makefile.PL
index 9a97645..c6c758d 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -70,7 +70,9 @@ $gst->add_pm('Interfaces.pm' => '$(INST_LIBDIR)/Interfaces.pm');
 $gst->add_typemaps(map {File::Spec->catfile(cwd(), $_)}
                        ('build/gstinterfacesperl.typemap'));
 
-$gst->install(qw(gstinterfacesperl.h));
+$gst->install(qw(gstinterfacesperl.h
+                 build/gstinterfacesperl-autogen.h
+                 build/gstinterfacesperl-version.h));
 $gst->save_config('build/IFiles.pm');
 
 my $configure_requires =



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]