diff options
author | Yaakov Selkowitz <yselkowitz@users.sourceforge.net> | 2010-02-19 14:31:28 -0600 |
---|---|---|
committer | Yaakov Selkowitz <yselkowitz@users.sourceforge.net> | 2010-03-22 00:45:46 -0500 |
commit | 2a11ffa977d2267d8b2f27b76490a98e9c73b8c7 (patch) | |
tree | 930b7a8ef8b187e5c545fcf7f8bf726a500683c1 /hw | |
parent | fbb4903eaa23174d21ab8c640d9de1fe3eb17539 (diff) |
Rename xdmx client to dmxinfo
The DMX Xdmx server and xdmx client cannot both be installed on
case-insensitive file systems. The client is undocumented and
so renaming it is the best option.
Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
Reviewed-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'hw')
-rw-r--r-- | hw/dmx/examples/.gitignore | 2 | ||||
-rw-r--r-- | hw/dmx/examples/Makefile.am | 8 | ||||
-rw-r--r-- | hw/dmx/examples/dmxinfo.c (renamed from hw/dmx/examples/xdmx.c) | 0 |
3 files changed, 5 insertions, 5 deletions
diff --git a/hw/dmx/examples/.gitignore b/hw/dmx/examples/.gitignore index 5a86a7106..d86e7eb2c 100644 --- a/hw/dmx/examples/.gitignore +++ b/hw/dmx/examples/.gitignore @@ -1,6 +1,7 @@ # Add & Override for this directory and it's subdirectories dmxaddinput dmxaddscreen +dmxinfo dmxreconfig dmxresize dmxrminput @@ -10,7 +11,6 @@ ev evi res xbell -xdmx xinput xled xtest diff --git a/hw/dmx/examples/Makefile.am b/hw/dmx/examples/Makefile.am index d814339fc..229bb57fc 100644 --- a/hw/dmx/examples/Makefile.am +++ b/hw/dmx/examples/Makefile.am @@ -4,14 +4,14 @@ EV_PROG = ev endif bin_PROGRAMS = \ - xdmx dmxwininfo dmxreconfig dmxresize \ + dmxinfo dmxwininfo dmxreconfig dmxresize \ dmxaddscreen dmxrmscreen \ dmxaddinput dmxrminput noinst_PROGRAMS = xinput xtest evi res xled xbell $(EV_PROG) -xdmx_SOURCES = xdmx.c -xdmx_LDADD = @DMXEXAMPLES_DEP_LIBS@ -xdmx_CFLAGS = @DMXEXAMPLES_DEP_CFLAGS@ +dmxinfo_SOURCES = dmxinfo.c +dmxinfo_LDADD = @DMXEXAMPLES_DEP_LIBS@ +dmxinfo_CFLAGS = @DMXEXAMPLES_DEP_CFLAGS@ dmxwininfo_SOURCES = dmxwininfo.c dmxwininfo_LDADD = @DMXXMUEXAMPLES_DEP_LIBS@ diff --git a/hw/dmx/examples/xdmx.c b/hw/dmx/examples/dmxinfo.c index dedce6e8d..dedce6e8d 100644 --- a/hw/dmx/examples/xdmx.c +++ b/hw/dmx/examples/dmxinfo.c |