]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/plugins/pppoe/Makefile.am
Merge pull request #330 from pali/pppoe-discovery
[ppp.git] / pppd / plugins / pppoe / Makefile.am
index 9c0f0fe041a9feeea27c6877de971335caf782ac..0d70380a13893385dafcacc9aa8cd4b70505f62e 100644 (file)
@@ -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