mirror of
https://github.com/ostreedev/ostree.git
synced 2025-03-30 10:50:31 +03:00
core: Make libostree.so an installed library
This will make it easier to have multiple binaries.
This commit is contained in:
parent
654a2c295d
commit
3ac841d931
@ -17,7 +17,7 @@
|
||||
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||
# Boston, MA 02111-1307, USA.
|
||||
|
||||
noinst_LTLIBRARIES += libostree.la
|
||||
privlib_LTLIBRARIES += libostree.la
|
||||
|
||||
libostree_la_SOURCES = src/libostree/ostree.h \
|
||||
src/libostree/ostree-core.c \
|
||||
|
@ -28,6 +28,8 @@ bin_SCRIPTS =
|
||||
libexec_PROGRAMS =
|
||||
noinst_LTLIBRARIES =
|
||||
noinst_PROGRAMS =
|
||||
privlibdir = $(pkglibdir)
|
||||
privlib_LTLIBRARIES =
|
||||
|
||||
include Makefile-daemon.am
|
||||
include Makefile-otutil.am
|
||||
|
@ -19,9 +19,8 @@ changequote([,])dnl
|
||||
AC_SUBST(WARN_CFLAGS)
|
||||
|
||||
# Initialize libtool
|
||||
AC_PROG_LIBTOOL
|
||||
LT_PREREQ([2.2])
|
||||
LT_INIT
|
||||
LT_PREREQ([2.2.4])
|
||||
LT_INIT([disable-static])
|
||||
|
||||
PKG_PROG_PKG_CONFIG
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user