
# HG changeset patch # User Dan Smith <danms@us.ibm.com> # Date 1200334940 28800 # Node ID 4b720e825e01217f441047b3eed0b25aa1c85c95 # Parent 4909cfcdc6288cd20d8c06a54b1fd458d8d298f3 Fix build of xml_parse_test to include the in-tree libxkutil, instead of the one installed on the system Signed-off-by: Dan Smith <danms@us.ibm.com> diff -r 4909cfcdc628 -r 4b720e825e01 libxkutil/Makefile.am --- a/libxkutil/Makefile.am Mon Jan 14 10:21:57 2008 -0800 +++ b/libxkutil/Makefile.am Mon Jan 14 10:22:20 2008 -0800 @@ -16,5 +16,6 @@ noinst_PROGRAMS = xml_parse_test noinst_PROGRAMS = xml_parse_test xml_parse_test_SOURCES = xml_parse_test.c -#xml_parse_test_HEADERS = device_parsing.h -xml_parse_test_LDADD = -lvirt -lxkutil +xml_parse_test_LDADD = -lvirt +xml_parse_test_LDFLAGS = libxkutil.la +xml_parse_test_DEPENDENCIES = libxkutil.la