Skip to content

Commit 83b7005

Browse files
committed
make typemap be installed
1 parent 806ca6c commit 83b7005

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
@@ -75,6 +75,7 @@ lib/OpenGL/GLUT.pm
7575
lib/OpenGL/GLUT.xs
7676
lib/OpenGL/GLX.pm
7777
lib/OpenGL/GLX.xs
78+
lib/OpenGL/Install/typemap
7879
lib/OpenGL/Matrix.pm
7980
lib/OpenGL/Matrix.xs
8081
lib/OpenGL/Shader.pm
@@ -114,7 +115,6 @@ test.jpg
114115
test.pl
115116
test.tga
116117
TODO
117-
typemap
118118
utils/const.pl
119119
utils/exports.pl
120120
utils/exports.txt

Makefile.PL

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ WriteMakefile(
159159
},
160160
},
161161
XSPROTOARG => '-noprototypes',
162+
TYPEMAPS => [qw(lib/OpenGL/Install/typemap)],
162163
META_MERGE => {
163164
"meta-spec" => { version => 2 },
164165
dynamic_config => 0,
File renamed without changes.

0 commit comments

Comments
 (0)