Skip to content

Commit

Permalink
fix autotools build for libm
Browse files Browse the repository at this point in the history
  • Loading branch information
albfan committed Jul 14, 2023
1 parent 850a1c6 commit fdb8671
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/shared/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ libmiracle_shared_la_SOURCES = \
wpas.c
libmiracle_shared_la_LIBADD = -lsystemd \
$(DEPS_LIBS) \
$(GLIB_LIBS)
$(GLIB_LIBS) \
$(LIBM)

0 comments on commit fdb8671

Please sign in to comment.