diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-08-02 03:36:09 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-08-02 03:36:09 +0000 |
commit | d31de217e6e9bfb0e1cc99141d80def9382de9a9 (patch) | |
tree | 4ab2141a7fd9af441465ee52849c40b262330b0b | |
parent | c83772fef7ea0379db9bab1120f064b80b74f377 (diff) |
distcheck fixesXORG-6_99_99_900
-rw-r--r-- | GL/glx/Makefile.am | 4 | ||||
-rw-r--r-- | hw/xfree86/os-support/linux/Makefile.am | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/GL/glx/Makefile.am b/GL/glx/Makefile.am index 095a70657..5a0c2bad8 100644 --- a/GL/glx/Makefile.am +++ b/GL/glx/Makefile.am @@ -7,6 +7,8 @@ AM_CFLAGS = $(DIX_CFLAGS) -I@MESA_SOURCE@/include INCLUDES = -I$(top_srcdir)/GL/include +nodist_libglx_la_SOURCES = indirect_size.c indirect_size.h + libglx_la_SOURCES = \ g_disptab.c \ g_disptab.h \ @@ -42,8 +44,6 @@ libglx_la_SOURCES = \ glxutil.c \ glxutil.h \ impsize.h \ - indirect_size.c \ - indirect_size.h \ render2.c \ render2swap.c \ renderpix.c \ diff --git a/hw/xfree86/os-support/linux/Makefile.am b/hw/xfree86/os-support/linux/Makefile.am index a9dcbe6f0..678b7b68b 100644 --- a/hw/xfree86/os-support/linux/Makefile.am +++ b/hw/xfree86/os-support/linux/Makefile.am @@ -25,4 +25,5 @@ INCLUDES = $(XORG_INCS) -I/usr/include/drm # FIXME this last part is crack EXTRA_DIST = \ lnx.h \ - lnx_kbd.h + lnx_kbd.h \ + $(srcdir)/../shared/ia64Pci.h |