X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=capitests%2FMakefile.am;h=cb9188ecd7b2f54a596ea1ab1cfad354d90ed6c4;hb=d81c0829ea4a99aadb98df37be9543a973269041;hp=9802a06ad658d0a568742a7b6133f3a66e6dfba8;hpb=f7d18c84dde596699ffc5100fec2cf7b0d582450;p=libguestfs.git diff --git a/capitests/Makefile.am b/capitests/Makefile.am index 9802a06..cb9188e 100644 --- a/capitests/Makefile.am +++ b/capitests/Makefile.am @@ -13,7 +13,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. include $(top_srcdir)/subdir-rules.mk @@ -123,7 +123,7 @@ test_user_cancel_CFLAGS = \ -I$(top_srcdir)/src -I$(top_builddir)/src \ $(WARN_CFLAGS) $(WERROR_CFLAGS) test_user_cancel_LDADD = \ - $(top_builddir)/src/libguestfs.la + $(top_builddir)/src/libguestfs.la -lm test_debug_to_file_SOURCES = test-debug-to-file.c test_debug_to_file_CFLAGS = \