diff options
Diffstat (limited to 'src/ppp-manager/Makefile.am')
| -rw-r--r-- | src/ppp-manager/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ppp-manager/Makefile.am b/src/ppp-manager/Makefile.am index 7d3e503b..3026dab4 100644 --- a/src/ppp-manager/Makefile.am +++ b/src/ppp-manager/Makefile.am @@ -22,6 +22,7 @@ nm_pppd_plugin_la_LDFLAGS = -module -avoid-version nm_pppd_plugin_la_LIBADD = \ $(GLIB_LIBS) \ - -ldl + $(DL_LIBS) \ + $(NULL) endif |