X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fplugins%2Fpppoe%2FMakefile.am;h=0d70380a13893385dafcacc9aa8cd4b70505f62e;hb=c5ff7d10cfd97fae1783fce445c575373b65856c;hp=9c0f0fe041a9feeea27c6877de971335caf782ac;hpb=ab4d4992050ec171e1c72d661a3457efc8e7c141;p=ppp.git diff --git a/pppd/plugins/pppoe/Makefile.am b/pppd/plugins/pppoe/Makefile.am index 9c0f0fe..0d70380 100644 --- a/pppd/plugins/pppoe/Makefile.am +++ b/pppd/plugins/pppoe/Makefile.am @@ -11,12 +11,4 @@ pppoe_la_LDFLAGS = -module -avoid-version 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) +pppoe_discovery_SOURCES = pppoe-discovery.c discovery.c if.c common.c