| |
| |
| @@ -632,7 +632,7 @@ |
| libXWinclipboard_la_LDFLAGS = -static -no-undefined |
| xwinclip_SOURCES = xwinclip.c debug.c |
| xwinclip_CFLAGS = $(XWINMODULES_CFLAGS) |
| -xwinclip_LDADD = libXWinclipboard.la $(XWINMODULES_LIBS) -lgdi32 -lpthread |
| +xwinclip_LDADD = libXWinclipboard.la $(XWINMODULES_LIBS) -lgdi32 -luser32 -lkernel32 -lpthread |
| appmandir = $(APP_MAN_DIR) |
| #appman_PRE = list of application man page files set by calling Makefile.am |
| appman_DATA = $(appman_PRE:man=$(APP_MAN_SUFFIX)) |