diff options
author | Daniel Stone <daniel@fooishbar.org> | 2005-07-01 21:11:16 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2005-07-01 21:11:16 +0000 |
commit | 6251f9c00a866f64207d23b0a06306ead15298e8 (patch) | |
tree | f61a97c0e4088cfb140ac8c494d1fc8f5971db1b /hw/xfree86 | |
parent | 641f32c4368db07831d9d703161a9d4699307621 (diff) |
Minor build system tweaks.
Diffstat (limited to 'hw/xfree86')
-rw-r--r-- | hw/xfree86/dixmods/Makefile.am | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/hw/xfree86/dixmods/Makefile.am b/hw/xfree86/dixmods/Makefile.am index d346fdd7f..bea219e70 100644 --- a/hw/xfree86/dixmods/Makefile.am +++ b/hw/xfree86/dixmods/Makefile.am @@ -10,6 +10,7 @@ INCLUDES = $(XORG_INCS) -I$(top_srcdir)/afb -I$(top_srcdir)/mfb \ libbitmap_la_SOURCES = bitmapmod.c libbitmap_la_LDFLAGS = -lXfont + libfb_la_SOURCES = fbmodule.c libdixmods_la_SOURCES = \ @@ -19,8 +20,17 @@ libdixmods_la_SOURCES = \ cfb24module.c \ cfb32module.c \ mfbmodule.c \ - miinitext.c \ laymodule.c \ shmodule.c \ + xkbKillSrv.c \ + xkbPrivate.c \ + xkbVT.c \ + $(top_srcdir)/mi/miinitext.c \ $(top_srcdir)/Xext/xf86misc.c \ $(top_srcdir)/Xext/xf86vmode.c + +xkb%.c: $(srcdir)/ddx$*.c + echo "#define XF86DDXACTIONS" > $@ + echo "#include \"$(top_srcdir)/xkb/ddx$*.c\"" >> $@ + +DISTCLEANFILES = xkbKillSrv.c xkbPrivate.c xkbVT.c |