On Sun, 19 Nov 2000 07:39:01 -0500 (EST), Rick Scott wrote:
>What's ending up in the Makefile is rather interesting....
>
>SRCS_2_1 = Messages.c Print.c PrintShell.c SSpinB.c XmStrDefs.c
>
>EXTRA_DIST = ${SRCS_2_1}
>#XDND_SRC = \
>#xdnd.c
>XDND_SRC = \
>libXm_la_LIBADD = \
>${X_LIBS} -lXt ${X_PRE_LIBS} -lXp -lXext -lX11 \
> ${X_EXTRA_LIBS}
>#libXm_la_LIBADD = \
>#${X_LIBS} -lXt ${X_PRE_LIBS} -lX11 \
># ${X_EXTRA_LIBS}
>
>As you can see, the XDND_SRC should be "", but the continuation of the line
>brings libXm_la_LIBADD up as an XDND_SRC!!!!!!
Well, most simple approach would probably be to always compile xdnd.c
but have an #ifdef WITH_XDND around the whole content?!
---
Alexander Mai
[EMAIL PROTECTED]