xsel

Program for manipulating the X clipboard
git clone https://git.sinitax.com/kfish/xsel
Log | Files | Refs | README | LICENSE | sfeed.txt

commit 9a68356b0475b651e1c560ae66432fc35285d3bd
parent 56d14722197dd57f188e5bb4b493e81475987696
Author: conrad <conrad@9c49b5d1-7df3-0310-bce2-b7278e68f44c>
Date:   Tue, 12 Feb 2008 10:58:05 +0000

as it turns out we're not actually using any of the X_PRE_LIBS or X_EXTRA_LIBS
either ... we basically only depend on libX11 (come to think of it, minimal
dependency was one of the design goals anyway ...)


git-svn-id: http://svn.kfish.org/xsel/trunk@212 9c49b5d1-7df3-0310-bce2-b7278e68f44c

Diffstat:
MMakefile.am | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am @@ -3,7 +3,7 @@ EXTRA_DIST = xsel.1x AM_CFLAGS = @X_CFLAGS@ -LDADD = @X_LIBS@ @X_PRE_LIBS@ @X_EXTRA_LIBS@ +LDADD = @X_LIBS@ bin_PROGRAMS = xsel