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,
|
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||||
# Boston, MA 02111-1307, USA.
|
# Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
noinst_LTLIBRARIES += libostree.la
|
privlib_LTLIBRARIES += libostree.la
|
||||||
|
|
||||||
libostree_la_SOURCES = src/libostree/ostree.h \
|
libostree_la_SOURCES = src/libostree/ostree.h \
|
||||||
src/libostree/ostree-core.c \
|
src/libostree/ostree-core.c \
|
||||||
|
|
|
||||||
|
|
@ -28,6 +28,8 @@ bin_SCRIPTS =
|
||||||
libexec_PROGRAMS =
|
libexec_PROGRAMS =
|
||||||
noinst_LTLIBRARIES =
|
noinst_LTLIBRARIES =
|
||||||
noinst_PROGRAMS =
|
noinst_PROGRAMS =
|
||||||
|
privlibdir = $(pkglibdir)
|
||||||
|
privlib_LTLIBRARIES =
|
||||||
|
|
||||||
include Makefile-daemon.am
|
include Makefile-daemon.am
|
||||||
include Makefile-otutil.am
|
include Makefile-otutil.am
|
||||||
|
|
|
||||||
|
|
@ -19,9 +19,8 @@ changequote([,])dnl
|
||||||
AC_SUBST(WARN_CFLAGS)
|
AC_SUBST(WARN_CFLAGS)
|
||||||
|
|
||||||
# Initialize libtool
|
# Initialize libtool
|
||||||
AC_PROG_LIBTOOL
|
LT_PREREQ([2.2.4])
|
||||||
LT_PREREQ([2.2])
|
LT_INIT([disable-static])
|
||||||
LT_INIT
|
|
||||||
|
|
||||||
PKG_PROG_PKG_CONFIG
|
PKG_PROG_PKG_CONFIG
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue