diff options
author | David Reveman <davidr@novell.com> | 2004-04-15 22:03:01 +0000 |
---|---|---|
committer | David Reveman <davidr@novell.com> | 2004-04-15 22:03:01 +0000 |
commit | e73c47dcd0bd18abb7b1b9cbd6ef1e5ffc0d7016 (patch) | |
tree | d982c4cee89b3c4301fd6d6f75ebb7337216eac6 | |
parent | f63c439e8748b3883199c423b2790e34e07c98ec (diff) |
Build fixesSNAPSHOT_0_1_0
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | src/Makefile.am | 3 |
2 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,9 @@ +2004-04-15 David Reveman <c99drn@cs.umu.se> + + * src/Makefile.am (libglitz_agl_la_SOURCES): glitz_aglext.h not + needed. + (libglitz_la_SOURCES): Fixed end of line. + 2004-04-10 David Reveman <c99drn@cs.umu.se> * configure.in: Backend detection similar to cairo. diff --git a/src/Makefile.am b/src/Makefile.am index 0a291e9..e6919ab 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -40,7 +40,7 @@ libglitz_la_SOURCES = \ glitz_program.c \ glitz_programmatic.c \ glitz_color_range.c \ - glitz_gl.h + glitz_gl.h \ glitzint.h libglitz_la_LDFLAGS = -version-info @VERSION_INFO@ -no-undefined @@ -78,7 +78,6 @@ libglitz_agl_la_SOURCES = \ glitz_agl_extension.c \ glitz_agl_context.c \ glitz_agl_pbuffer.c \ - glitz_aglext.h glitz_aglint.h libglitz_agl_la_LDFLAGS = -version-info @VERSION_INFO@ libglitz_agl_la_CFLAGS = $(AGL_CFLAGS) |