diff options
author | Stefan Dirsch <sndirsch@suse.de> | 2008-11-23 11:16:03 +0100 |
---|---|---|
committer | Stefan Dirsch <sndirsch@suse.de> | 2008-11-23 11:16:03 +0100 |
commit | f6e01fa1b87ea190ea5ad723ce46893784ea1de4 (patch) | |
tree | 3871135c3732879e16d744e92b515826e75b5312 /hw/xfree86/common/Makefile.am | |
parent | 8964b8d0ec2b7b3b6bf540cd647b14a20e8f64a5 (diff) |
Added '-showopts' option to print available driver options (#5564).
Diffstat (limited to 'hw/xfree86/common/Makefile.am')
-rw-r--r-- | hw/xfree86/common/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/common/Makefile.am b/hw/xfree86/common/Makefile.am index 87913e8fa..06d53c14b 100644 --- a/hw/xfree86/common/Makefile.am +++ b/hw/xfree86/common/Makefile.am @@ -25,7 +25,7 @@ xf86DefModeSet.c: $(srcdir)/modeline2c.awk $(MODEDEFSOURCES) BUILT_SOURCES = xf86DefModeSet.c AM_LDFLAGS = -r -libcommon_la_SOURCES = xf86Configure.c xf86Bus.c xf86Config.c \ +libcommon_la_SOURCES = xf86Configure.c xf86ShowOpts.c xf86Bus.c xf86Config.c \ xf86Cursor.c xf86DGA.c xf86DPMS.c \ xf86DoProbe.c xf86Events.c \ xf86Globals.c xf86AutoConfig.c \ |