diff options
author | Colin Walters <walters@verbum.org> | 2020-10-13 14:33:14 -0400 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2020-10-13 17:38:19 -0400 |
commit | 326b8b13c6340d67b67d0ef398a894461d25c2a8 (patch) | |
tree | 189eec38d99a5a13f8f15d61930d71e58e104fc9 /Makefile-libostree.am | |
parent | 32a3a1297312e566df3141c6c7e3b99709e474b1 (diff) | |
download | ostree-326b8b13c6340d67b67d0ef398a894461d25c2a8.tar.gz |
Post-release version bump
Diffstat (limited to 'Makefile-libostree.am')
-rw-r--r-- | Makefile-libostree.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile-libostree.am b/Makefile-libostree.am index 96b9249b..a180e86b 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 -symbol_files += $(top_srcdir)/src/libostree/libostree-devel.sym -endif +#if BUILDOPT_IS_DEVEL_BUILD +#symbol_files += $(top_srcdir)/src/libostree/libostree-devel.sym +#endif # http://blog.jgc.org/2007/06/escaping-comma-and-space-in-gnu-make.html wl_versionscript_arg = -Wl,--version-script= EXTRA_DIST += \ |