diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2009-05-28 16:23:04 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2009-05-28 16:23:04 +0100 |
commit | c41fe04a652437c920acb0e820762c53bf44a139 (patch) | |
tree | d221ccf1be5d2e81ea0a3ead8d770ef03c7f9c5f /src/Makefile.am | |
parent | e2206733d1287f5809dbde954f3eb64420471b0d (diff) | |
download | libguestfs-c41fe04a652437c920acb0e820762c53bf44a139.tar.gz libguestfs-c41fe04a652437c920acb0e820762c53bf44a139.tar.xz libguestfs-c41fe04a652437c920acb0e820762c53bf44a139.zip |
Add the test0* functions, used to test language bindings.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index b41e91a3..c310c9c4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -33,6 +33,7 @@ libguestfs_la_SOURCES = \ guestfs_protocol.h \ guestfs-actions.h \ guestfs-actions.c \ + guestfs-bindtests.c \ gettext.h libguestfs_la_CFLAGS = -Wall -DGUESTFS_DEFAULT_PATH='"$(libdir)/guestfs"' |