diff options
author | Adam Jackson <ajax@benzedrine.nwnk.net> | 2006-11-10 15:08:20 -0500 |
---|---|---|
committer | Adam Jackson <ajax@benzedrine.nwnk.net> | 2006-11-10 15:08:20 -0500 |
commit | d17becf0242c0e5ef0f10c0718e21f773fa5069f (patch) | |
tree | 1b1c011b033261645d5e05ef22fd70c903bafa86 | |
parent | 9ded9241ba61f68ff814e2a16b93eb126de92ff8 (diff) |
Fix distcheck.
-rw-r--r-- | hw/xfree86/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hw/xfree86/Makefile.am b/hw/xfree86/Makefile.am index 72befea19..8491ff514 100644 --- a/hw/xfree86/Makefile.am +++ b/hw/xfree86/Makefile.am @@ -37,7 +37,7 @@ libosandcommon_la_LIBADD = \ osandcommon.c xorg.c: touch $@ -DISTCLEANFILES = osandcommon.c xorg.c +DISTCLEANFILES = osandcommon.c xorg.c xorg.conf.example xorg.conf.example.pre XORG_LIBS = \ @XORG_CORE_LIBS@ \ @@ -59,7 +59,6 @@ Xorg_LDADD = $(XORG_LIBS) \ Xorg_LDFLAGS = $(LD_EXPORT_SYMBOLS_FLAG) BUILT_SOURCES = xorg.conf.example -CLEAN = xorg.conf.example xorg.conf.example.pre EXTRA_DIST = xorgconf.cpp if SOLARIS_ASM_INLINE |