diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-11-02 22:21:02 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-11-02 22:21:02 +0000 |
commit | 6489129c06b3865b626483371140a86fc7a9cc02 (patch) | |
tree | ae6cd97ebe9d52317fc88194bb32c7248d5b79d0 | |
parent | 1ab6bbe3a79897d0198847d95f63d682c35eccdc (diff) | |
download | xine-lib-6489129c06b3865b626483371140a86fc7a9cc02.tar.gz xine-lib-6489129c06b3865b626483371140a86fc7a9cc02.tar.bz2 |
Forgotten X related removal stuff
CVS patchset: 3157
CVS date: 2002/11/02 22:21:02
-rw-r--r-- | src/xine-utils/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xine-utils/Makefile.am b/src/xine-utils/Makefile.am index 2620e3504..e7f5770b5 100644 --- a/src/xine-utils/Makefile.am +++ b/src/xine-utils/Makefile.am @@ -24,7 +24,7 @@ libxineutils_la_SOURCES = $(pppc_files) \ xmllexer.c \ xmlparser.c -libxineutils_la_LIBADD = $(THREAD_LIBS) -L/usr/X11R6/lib -lX11 +libxineutils_la_LIBADD = $(THREAD_LIBS) include_HEADERS = attributes.h \ |