diff options
author | Adam Jackson <ajax@redhat.com> | 2008-03-05 23:56:49 -0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-03-05 23:57:15 -0500 |
commit | 34b69e3bc0e6462eb60029fbcb4f5479494007a2 (patch) | |
tree | abe67475f018e1e5a63f688f00b8a15d56ff7a22 /GL | |
parent | d4101140f4e569f18554cf0cbf43138d08bd1277 (diff) |
Fix distcheck.
(cherry picked from commit 2a47accff8dccded4dfe031f9366c028ba927824)
Diffstat (limited to 'GL')
-rw-r--r-- | GL/apple/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/GL/apple/Makefile.am b/GL/apple/Makefile.am index 33ad15714..c064c03f8 100644 --- a/GL/apple/Makefile.am +++ b/GL/apple/Makefile.am @@ -11,10 +11,10 @@ AM_CPPFLAGS = \ if HAVE_AGL_FRAMEWORK noinst_LIBRARIES = libAGLcore.a libAGLcore_a_SOURCES = aglGlx.c \ - $(top_srcdir)/hw/darwin/quartz/xpr/x-list.c \ - $(top_srcdir)/hw/darwin/quartz/xpr/x-list.h \ - $(top_srcdir)/hw/darwin/quartz/xpr/x-hash.c \ - $(top_srcdir)/hw/darwin/quartz/xpr/x-hash.h \ + $(top_srcdir)/hw/xquartz/xpr/x-list.c \ + $(top_srcdir)/hw/xquartz/xpr/x-list.h \ + $(top_srcdir)/hw/xquartz/xpr/x-hash.c \ + $(top_srcdir)/hw/xquartz/xpr/x-hash.h \ $(top_srcdir)/hw/dmx/glxProxy/compsize.c endif |