summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-05-31 21:00:26 +0200
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-05-31 21:00:26 +0200
commit674bc72327e3afd3a77b4b173b08da8f77ae41d0 (patch)
tree896b997e27bb6980513b48aee6f7e43de6fc8e7b
parentd79768a006b42ba1b3cf64dd18e4d1d46f569f45 (diff)
downloadxine-lib-674bc72327e3afd3a77b4b173b08da8f77ae41d0.tar.gz
xine-lib-674bc72327e3afd3a77b4b173b08da8f77ae41d0.tar.bz2
Don't try to use half-absolute paths that are no more consistent.
-rw-r--r--contrib/libdha/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/libdha/Makefile.am b/contrib/libdha/Makefile.am
index 05aebb704..8340fe671 100644
--- a/contrib/libdha/Makefile.am
+++ b/contrib/libdha/Makefile.am
@@ -25,7 +25,7 @@ nodist_libdha_la_SOURCES = pci_names.c
EXTRA_PROGRAMS = test
test_SOURCES = test.c
-test_LDADD = $(top_builddir)/src/video_out/libdha/libdha.la
+test_LDADD = libdha.la
## for OpenBSD LIBS += -li386
@@ -34,8 +34,8 @@ pci_db2c.awk:
oth/pci.db:
$(awk_generated): pci_db2c.awk oth/pci.db
- LC_ALL=C $(AWK) -f $(top_srcdir)/src/video_out/libdha/pci_db2c.awk \
- $(top_srcdir)/src/video_out/libdha/oth/pci.db
+ LC_ALL=C $(AWK) -f $(srcdir)/pci_db2c.awk \
+ $(srcdir)/oth/pci.db
pci_names.lo: $(awk_generated)
source='$*.c' object='$@' libtool=yes \