Makefile-libostree.am: Uncomment BUILDOPT_IS_DEVEL_BUILD conditional
authorJonathan Lebon <jonathan@jlebon.com>
Fri, 25 Sep 2020 18:59:45 +0000 (14:59 -0400)
committerJonathan Lebon <jonathan@jlebon.com>
Fri, 25 Sep 2020 19:07:36 +0000 (15:07 -0400)
We shouldn't have to toggle the conditional itself during release
builds. It should only evaluate to true during devel builds.

Makefile-libostree.am

index 1d31c4d8c96a34864842171613ad7334186aa623..96b9249b97f4a29112e46107b53900255363440d 100644 (file)
@@ -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 += \