Skip to content

Commit

Permalink
Autotools: Remove @MAGICKPP_LIBS@ variable from LDFLAGS(#2326)
Browse files Browse the repository at this point in the history
...because in 391f8a1 the @MAGICKPP_LIBS@ variable is placed in correct location now - at 'libmod_magickpp_la_LIBADD' list.
  • Loading branch information
morevnaproject authored Sep 23, 2021
1 parent 391f8a1 commit 576c349
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion synfig-core/src/modules/mod_magickpp/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ libmod_magickpp_la_SOURCES = \

libmod_magickpp_la_LDFLAGS = \
-module \
@MAGICKPP_LIBS@ \
-no-undefined \
-avoid-version

Expand Down

0 comments on commit 576c349

Please sign in to comment.