mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-17 08:49:12 +00:00
trivial: Install libdfu properly as a shared library
This commit is contained in:
parent
d3afaaab9f
commit
1b0b51e2a6
@ -9,6 +9,7 @@ AM_CPPFLAGS = \
|
|||||||
$(APPSTREAM_GLIB_CFLAGS) \
|
$(APPSTREAM_GLIB_CFLAGS) \
|
||||||
$(GLIB_CFLAGS) \
|
$(GLIB_CFLAGS) \
|
||||||
$(GUSB_CFLAGS) \
|
$(GUSB_CFLAGS) \
|
||||||
|
$(PIE_CFLAGS) \
|
||||||
-I$(top_srcdir)/libdfu \
|
-I$(top_srcdir)/libdfu \
|
||||||
-I$(top_srcdir) \
|
-I$(top_srcdir) \
|
||||||
-I$(top_builddir) \
|
-I$(top_builddir) \
|
||||||
@ -71,12 +72,13 @@ libdfu_la_LIBADD = \
|
|||||||
$(GLIB_LIBS)
|
$(GLIB_LIBS)
|
||||||
|
|
||||||
libdfu_la_LDFLAGS = \
|
libdfu_la_LDFLAGS = \
|
||||||
|
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
|
||||||
-export-dynamic \
|
-export-dynamic \
|
||||||
-no-undefined \
|
-no-undefined \
|
||||||
-avoid-version \
|
|
||||||
-export-symbols-regex '^dfu_.*'
|
-export-symbols-regex '^dfu_.*'
|
||||||
|
|
||||||
libdfu_la_CFLAGS = \
|
libdfu_la_CFLAGS = \
|
||||||
|
$(PIE_CFLAGS) \
|
||||||
$(WARNINGFLAGS_C)
|
$(WARNINGFLAGS_C)
|
||||||
|
|
||||||
pkgconfigdir = $(libdir)/pkgconfig
|
pkgconfigdir = $(libdir)/pkgconfig
|
||||||
|
Loading…
Reference in New Issue
Block a user