~ubuntu-branches/ubuntu/precise/xsel/precise

1
2
3
4
5
6
7
8
9
10
11
12
## Process this file with automake to produce Makefile.in

EXTRA_DIST = xsel.1x

AM_CFLAGS = @X_CFLAGS@
LDADD = @X_LIBS@

bin_PROGRAMS = xsel

xsel_SOURCES = xsel.c xsel.h

man_MANS = xsel.1x