diff options
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 12f2491..35709dc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,6 +7,10 @@ gl_HEADERS = \ glxproto.h \ glxtokens.h +glinternaldir = $(includedir)/GL/internal +glinternal_HEADERS = \ + glcore.h + pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = glproto.pc |