summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: da79fb205983d66f936439b45c47c729b27f6263 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
## 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