diff options
author | José Fonseca <jrfonseca@tungstengraphics.com> | 2007-10-03 12:27:30 +0100 |
---|---|---|
committer | José Fonseca <jrfonseca@tungstengraphics.com> | 2007-10-03 12:36:53 +0100 |
commit | 2af4c3cbf2e8554a582d03ccf3792bf72068aea0 (patch) | |
tree | 47c73f0929ae26cec9efcdcc8db9f398309e2b98 /src | |
parent | c7ee85944e2394ed8d137e3431d9a4d8808d1ed8 (diff) |
Install glitzint.h and glitz_gl.h includes to allow out-of-source build of glitz backends.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 4519bac..a36ab74 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -9,7 +9,7 @@ libglitz_export_symbols = endif lib_LTLIBRARIES = libglitz.la -include_HEADERS = glitz.h +include_HEADERS = glitz.h glitz_gl.h glitzint.h libglitz_la_SOURCES = \ glitz.h \ |