Fixes the following warning:
In file included from ../../../imports/x11/include/X11/Xutil.h:54,
from ../../../imports/x11/include/X11/Intrinsic.h:54,
from Action.c:64:
../../../imports/x11/include/X11/keysym.h:49:1: warning: "XK_MISCELLANY" redefined
<command-line>: warning: this is the location of the previous definition
<keysym.h> which includes all key symbols and loads <keysymdef.h>
is automaticlly included by the X Toolkit.
This patch removes #include <keysymdef.h> whenever not needed,
and adds #define XK_MISCALLANY in the source code where required.
20 lines
562 B
Plaintext
20 lines
562 B
Plaintext
XCOMM $XConsortium: Imakefile /main/7 1996/09/14 15:17:43 drk $
|
|
|
|
DEFINES = -DSHAPE
|
|
|
|
DEPLIBS = DepDtClientLibs
|
|
LOCAL_LIBRARIES = DtClientLibs
|
|
SYS_LIBRARIES = DtClientSysLibs DtClientExtraLibs
|
|
|
|
#if defined (SunArchitecture)
|
|
EXTRA_CCOPTIONS = -xF
|
|
#endif
|
|
|
|
SRCS = main_dtcopy.c copydialog.c overwrtdialog.c dosync.c \
|
|
fsrtns.c utils.c errordialog.c sharedFuncs.c
|
|
|
|
OBJS = main_dtcopy.o copydialog.o overwrtdialog.o dosync.o \
|
|
fsrtns.o utils.o errordialog.o sharedFuncs.o
|
|
|
|
ComplexProgramTarget(dtfile_copy)
|