diff options
author | Kevin E Martin <kem@kem.org> | 2005-11-01 15:11:51 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-11-01 15:11:51 +0000 |
commit | 090314b101b9d3626dc0dc970be68aec7e382d0f (patch) | |
tree | 7fecc527831bc929638c5822e4aa716e2ff5b9ca /src/Makefile.am | |
parent | 2deac5f213ee0a1cedccc721cd015691661b8002 (diff) |
Update pkgcheck dependencies to work with separate build roots.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 5f2865c..55c1457 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -4,7 +4,7 @@ libXrandr_la_SOURCES = \ Xrandr.c \ Xrandrint.h -libXrandr_la_LIBADD = @X_LIBS@ -lX11 -lXext -lXrender +libXrandr_la_LIBADD = @X_LIBS@ AM_CFLAGS = @X_CFLAGS@ INCLUDES = -I$(top_srcdir)/include/X11/extensions |