Skip to content

Commit 6f1fbd0

Browse files
committed
make typemap be installed
1 parent de81120 commit 6f1fbd0

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

MANIFEST

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ lib/OpenGL/Modern/glew-context.c
1313
lib/OpenGL/Modern/glew.c
1414
lib/OpenGL/Modern/Helpers.pm
1515
lib/OpenGL/Modern/ImageHack.pm
16+
lib/OpenGL/Modern/Install/typemap
1617
lib/OpenGL/Modern/ppport.h
1718
lib/OpenGL/Modern/Registry.pm
1819
Makefile.PL
@@ -25,7 +26,6 @@ t/01_context.t
2526
t/02_auto_error_check.t
2627
t/02_glew_version_accessors.t
2728
t/02_glGetShaderInfoLog.t
28-
typemap
2929
utils/aliases.txt
3030
utils/common.pl
3131
utils/feature-reuse.txt

Makefile.PL

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ WriteMakefile(
4343
'Capture::Tiny' => 0,
4444
'Test::More' => '0.88',
4545
},
46+
TYPEMAPS => [qw(lib/OpenGL/Modern/Install/typemap)],
4647
META_MERGE => {
4748
"meta-spec" => { version => 2 },
4849
dynamic_config => 0,
File renamed without changes.

0 commit comments

Comments
 (0)