summaryrefslogtreecommitdiff
path: root/Makefile-libostree.am
diff options
context:
space:
mode:
authorJonathan Lebon <jonathan@jlebon.com>2020-09-25 14:59:45 -0400
committerJonathan Lebon <jonathan@jlebon.com>2020-09-25 15:07:36 -0400
commit75342035d5902f299be53d7b541724407463d62c (patch)
treeb14bae25688cae6ab0ab07484a51f33e2a196f46 /Makefile-libostree.am
parentfad95167ce038ed1643eb92357d7202707cabd77 (diff)
downloadostree-75342035d5902f299be53d7b541724407463d62c.tar.gz
Makefile-libostree.am: Uncomment BUILDOPT_IS_DEVEL_BUILD conditional
We shouldn't have to toggle the conditional itself during release builds. It should only evaluate to true during devel builds.
Diffstat (limited to 'Makefile-libostree.am')
-rw-r--r--Makefile-libostree.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile-libostree.am b/Makefile-libostree.am
index 1d31c4d8..96b9249b 100644
--- a/Makefile-libostree.am
+++ b/Makefile-libostree.am
@@ -182,9 +182,9 @@ libostree_1_la_SOURCES += \
endif # USE_GPGME
symbol_files = $(top_srcdir)/src/libostree/libostree-released.sym
-#if BUILDOPT_IS_DEVEL_BUILD
+if BUILDOPT_IS_DEVEL_BUILD
symbol_files += $(top_srcdir)/src/libostree/libostree-devel.sym
-#endif
+endif
# http://blog.jgc.org/2007/06/escaping-comma-and-space-in-gnu-make.html
wl_versionscript_arg = -Wl,--version-script=
EXTRA_DIST += \