mirror of
https://github.com/flatpak/flatpak.git
synced 2026-03-28 11:54:01 -04:00
build: Drop leftover -lattr
See previous commits to drop libattr dependency.
This commit is contained in:
@@ -41,4 +41,4 @@ libglnx_la_SOURCES = \
|
||||
|
||||
libglnx_la_CFLAGS = $(AM_CFLAGS) $(libglnx_cflags)
|
||||
libglnx_la_LDFLAGS = -avoid-version -Bsymbolic-functions -export-symbols-regex "^glnx_" -no-undefined -export-dynamic
|
||||
libglnx_la_LIBADD = $(libglnx_libs) -lattr
|
||||
libglnx_la_LIBADD = $(libglnx_libs)
|
||||
|
||||
Reference in New Issue
Block a user