blob: 0455e00a39b9e69526a4c8552079a7e6f4c51c5d (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- src/Makefile.am 2012-12-02 16:43:55.667719253 +0100
+++ src/Makefile.am 2012-12-02 16:44:05.965593153 +0100
@@ -36,6 +36,6 @@
badsect.c badsect.h \
globals.h proto.h const.h vapcontext.h
-dvd95_LDADD = @PACKAGE_LIBS@ $(LIBAUTHOR_LIBS) $(INTLLIBS) -ldvdread -lm
+dvd95_LDADD = @PACKAGE_LIBS@ $(LIBAUTHOR_LIBS) $(INTLLIBS) -ldvdread -lm -lxml2
|