xsel

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

commit 13d731e99a3a17bf43520cc70e227aab951bae86
parent 20967f0e8a0e974e401bf1d64bb12f13d6435a7a
Author: conrad <conrad@9c49b5d1-7df3-0310-bce2-b7278e68f44c>
Date:   Tue, 12 Feb 2008 04:45:55 +0000

remove hardcoded X libraries in Makefile.am, use only those discovered by
autoconf. Reported by Yair K.


git-svn-id: http://svn.kfish.org/xsel/trunk@209 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@ -lXext -lX11 @X_EXTRA_LIBS@ +LDADD = @X_LIBS@ @X_PRE_LIBS@ @X_EXTRA_LIBS@ bin_PROGRAMS = xsel