## Makefile.am -- Process this file with automake to produce Makefile.in pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = xwinclip.pc lib_LTLIBRARIES = libXWinclip.la library_includedir=$(includedir)/xwinclip library_include_HEADERS = xwinclip.h libXWinclip_la_SOURCES = \ textconv.c wndproc.c xevents.c xwinclip.c \ textconv.h wndproc.h xevents.h debug.h libXWinclip_la_LDFLAGS = -static -no-undefined man1_MANS = xwinclip.man bin_PROGRAMS = xwinclip xwinclip_SOURCES = main.c debug.c xwinclip_LDADD = libXWinclip.la $(XWINCLIP_LIBS) -lgdi32