configure/Makefiles: add checks for Xmu, Xext, and Xdmcp
We also remove sun pro specific options, and do some general cleanup as well as remove hardcoded library refs like -lXm, -lXext, etc...
This commit is contained in:
@@ -67,6 +67,6 @@ bin_PROGRAMS = dtinfo
|
||||
dtinfo_CXXFLAGS = $(DTINFO_DEFINES) $(DTINFO_INCLUDES)
|
||||
|
||||
dtinfo_LDADD = $(OLIASNORMALLIBS) $(LIBSEARCH) $(MMDB_LIBS) $(WWL_LIBS) \
|
||||
$(DTCLIENTLIBS) -lXmu $(XTOOLLIB)
|
||||
$(DTCLIENTLIBS) $(XTOOLLIB)
|
||||
|
||||
dtinfo_SOURCES = main.C Support/InputNotifier.C
|
||||
|
||||
Reference in New Issue
Block a user