diff options
author | Richard Jones <rjones@centos5x32.home.annexia.org> | 2009-07-07 16:55:51 +0100 |
---|---|---|
committer | Richard Jones <rjones@centos5x32.home.annexia.org> | 2009-07-07 16:55:51 +0100 |
commit | 157035503b509385084cafac8e5c5fa0afa2fef7 (patch) | |
tree | 8da2a2ca8e6c51afe1eb0adb40befedefe9676b8 /capitests | |
parent | 6fb57e430c8daa06d8d938ac02a104c8aadbbda5 (diff) | |
parent | d5532e9ad29b28c2b323ad0abe4e0caa6e03f675 (diff) | |
download | libguestfs-157035503b509385084cafac8e5c5fa0afa2fef7.tar.gz libguestfs-157035503b509385084cafac8e5c5fa0afa2fef7.tar.xz libguestfs-157035503b509385084cafac8e5c5fa0afa2fef7.zip |
Merge branch 'master' of git://git.et.redhat.com/libguestfs
Diffstat (limited to 'capitests')
-rw-r--r-- | capitests/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/capitests/Makefile.am b/capitests/Makefile.am index b52d2ed7..ab917551 100644 --- a/capitests/Makefile.am +++ b/capitests/Makefile.am @@ -24,8 +24,7 @@ EXTRA_DIST = \ check_PROGRAMS = tests test-command tests_SOURCES = tests.c -tests_CFLAGS = \ - -I$(top_builddir)/src -Wall +tests_CFLAGS = -I$(top_srcdir)/src -I$(top_builddir)/src -Wall tests_LDADD = $(top_builddir)/src/libguestfs.la TESTS = tests |