X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=erlang%2FMakefile.am;h=2c9e3592bcd898bb520a33dfdeb6f09dd1e62b20;hb=1a35ca59088e572c11633e85524bb282cb436186;hp=d262f874a500f5379d26b361db6e1f0e398dd0e2;hpb=fa13b2838fd32854a4b2c6a5fff47e17a72294fb;p=libguestfs.git diff --git a/erlang/Makefile.am b/erlang/Makefile.am index d262f87..2c9e359 100644 --- a/erlang/Makefile.am +++ b/erlang/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 @@ -32,7 +32,7 @@ erlang_bindir = $(libdir)/erlang/lib/$(PACKAGE_NAME)-$(PACKAGE_VERSION)/ebin erlang_bin_DATA = guestfs.beam guestfs.beam: guestfs.erl - $(ERLC) +debug_info guestfs.erl + $(ERLC) +debug_info $^ bin_PROGRAMS = erl-guestfs