diff options
Diffstat (limited to 'debuginfod/Makefile.am')
-rw-r--r-- | debuginfod/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debuginfod/Makefile.am b/debuginfod/Makefile.am index 7ae74e06..47b6e431 100644 --- a/debuginfod/Makefile.am +++ b/debuginfod/Makefile.am @@ -62,7 +62,7 @@ debuginfod_SOURCES = debuginfod.cxx debuginfod_LDADD = $(libdw) $(libelf) $(libeu) $(libdebuginfod) $(libmicrohttpd_LIBS) $(libcurl_LIBS) $(sqlite3_LIBS) $(libarchive_LIBS) -lpthread -ldl debuginfod_find_SOURCES = debuginfod-find.c -debuginfod_find_LDADD = $(libeu) $(libdebuginfod) +debuginfod_find_LDADD = $(libdw) $(libelf) $(libeu) $(libdebuginfod) lib_LIBRARIES = libdebuginfod.a noinst_LIBRARIES = libdebuginfod_pic.a |