summaryrefslogtreecommitdiff
path: root/hw/xwin/winclipboard/Makefile.am
blob: 91cc11607ee41c0f633eb7521324b38f1a5f7f12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
noinst_LTLIBRARIES = libXWinclipboard.la

libXWinclipboard_la_SOURCES = \
	winclipboard.h \
	textconv.c \
	thread.c \
	wndproc.c \
	xevents.c

libXWinclipboard_la_CFLAGS = -DHAVE_XWIN_CONFIG_H \
			     $(DIX_CFLAGS) \
			     $(XWINMODULES_CFLAGS) \
		             -I$(top_srcdir) -I$(top_srcdir)/miext/rootless -I$(srcdir)/..

libXWinclipboard_la_LDFLAGS = -static -no-undefined