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>
This commit is contained in:
2
hw/dmx/examples/.gitignore
vendored
2
hw/dmx/examples/.gitignore
vendored
@@ -1,6 +1,7 @@
|
|||||||
# Add & Override for this directory and it's subdirectories
|
# Add & Override for this directory and it's subdirectories
|
||||||
dmxaddinput
|
dmxaddinput
|
||||||
dmxaddscreen
|
dmxaddscreen
|
||||||
|
dmxinfo
|
||||||
dmxreconfig
|
dmxreconfig
|
||||||
dmxresize
|
dmxresize
|
||||||
dmxrminput
|
dmxrminput
|
||||||
@@ -10,7 +11,6 @@ ev
|
|||||||
evi
|
evi
|
||||||
res
|
res
|
||||||
xbell
|
xbell
|
||||||
xdmx
|
|
||||||
xinput
|
xinput
|
||||||
xled
|
xled
|
||||||
xtest
|
xtest
|
||||||
|
|||||||
@@ -4,14 +4,14 @@ EV_PROG = ev
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
bin_PROGRAMS = \
|
bin_PROGRAMS = \
|
||||||
xdmx dmxwininfo dmxreconfig dmxresize \
|
dmxinfo dmxwininfo dmxreconfig dmxresize \
|
||||||
dmxaddscreen dmxrmscreen \
|
dmxaddscreen dmxrmscreen \
|
||||||
dmxaddinput dmxrminput
|
dmxaddinput dmxrminput
|
||||||
noinst_PROGRAMS = xinput xtest evi res xled xbell $(EV_PROG)
|
noinst_PROGRAMS = xinput xtest evi res xled xbell $(EV_PROG)
|
||||||
|
|
||||||
xdmx_SOURCES = xdmx.c
|
dmxinfo_SOURCES = dmxinfo.c
|
||||||
xdmx_LDADD = @DMXEXAMPLES_DEP_LIBS@
|
dmxinfo_LDADD = @DMXEXAMPLES_DEP_LIBS@
|
||||||
xdmx_CFLAGS = @DMXEXAMPLES_DEP_CFLAGS@
|
dmxinfo_CFLAGS = @DMXEXAMPLES_DEP_CFLAGS@
|
||||||
|
|
||||||
dmxwininfo_SOURCES = dmxwininfo.c
|
dmxwininfo_SOURCES = dmxwininfo.c
|
||||||
dmxwininfo_LDADD = @DMXXMUEXAMPLES_DEP_LIBS@
|
dmxwininfo_LDADD = @DMXXMUEXAMPLES_DEP_LIBS@
|
||||||
|
|||||||
Reference in New Issue
Block a user