diff options
author | Hilko Bengen <bengen@hilluzination.de> | 2011-11-15 21:28:20 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-11-16 12:38:33 +0000 |
commit | ddb3fac1bf1b0493779c9425b518598473ef106a (patch) | |
tree | 4d97bbde12ca8953ec395cc7e05c614e328fdb2b | |
parent | b051fffc6f4f6c095a3401f89a47fbb948a71ee1 (diff) | |
download | libguestfs-ddb3fac1bf1b0493779c9425b518598473ef106a.tar.gz libguestfs-ddb3fac1bf1b0493779c9425b518598473ef106a.tar.xz libguestfs-ddb3fac1bf1b0493779c9425b518598473ef106a.zip |
out of tree build: erlang
-rw-r--r-- | erlang/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erlang/Makefile.am b/erlang/Makefile.am index f3363758..2c9e3592 100644 --- a/erlang/Makefile.am +++ b/erlang/Makefile.am @@ -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 |