aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorKonstantin Belousov <kostikbel@gmail.com>2011-03-22 21:29:40 +0200
committerArun Sharma <asharma@fb.com>2011-03-24 20:41:07 -0700
commit04fc88fa31ffac9e6189c4debd745c965473d1d4 (patch)
tree3432012018949df9ed6352d19ccd8356b35dc050 /src/Makefile.am
parent0613d4c6800dbd47c26c90eb49883f45bd1fd77c (diff)
downloadlibunwind-04fc88fa31ffac9e6189c4debd745c965473d1d4.tar.gz
Fix build and distribution on the FreeBSD.
Signed-off-by: Konstantin Belousov <kostikbel@gmail.com>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 7c1505ac..68470eab 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -488,6 +488,7 @@ EXTRA_DIST = $(libunwind_la_SOURCES_arm) \
$(libunwind_la_SOURCES_ia64) \
$(libunwind_la_SOURCES_mips) \
$(libunwind_la_SOURCES_x86) \
+ $(libunwind_la_SOURCES_os_freebsd) \
$(libunwind_la_SOURCES_os_linux) \
$(libunwind_la_SOURCES_os_hpux) \
$(libunwind_la_SOURCES_common) \