X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fplugins%2Fpppoe%2FMakefile.am;h=e3c01cd054e9e03282ba2a9893b0bc9c9e4b3471;hb=610a7bd76eb1f99f22317541b35001b1e24877ed;hp=9c0f0fe041a9feeea27c6877de971335caf782ac;hpb=ab4d4992050ec171e1c72d661a3457efc8e7c141;p=ppp.git diff --git a/pppd/plugins/pppoe/Makefile.am b/pppd/plugins/pppoe/Makefile.am index 9c0f0fe..e3c01cd 100644 --- a/pppd/plugins/pppoe/Makefile.am +++ b/pppd/plugins/pppoe/Makefile.am @@ -12,11 +12,3 @@ pppoe_la_SOURCES = plugin.c discovery.c if.c common.c pppoe_discovery_CPPFLAGS = -I${top_srcdir} -I${top_srcdir}/include pppoe_discovery_SOURCES = pppoe-discovery.c debug.c - -install-exec-hook: - (mkdir -p $(DESTDIR)/$(pppd_plugindir); \ - cd $(DESTDIR)$(pppd_plugindir); \ - $(LN_S) -f pppoe.so rp-pppoe.so) - -uninstall-hook: - (cd $(DESTDIR)$(pppd_plugindir); rm -f rp-pppoe.so)