Blob Blame History Raw
--- lldpad-0.9.41/Makefile.am	2011-01-11 03:35:01.000000000 +0100
+++ lldpad-0.9.41/Makefile.am.new	2011-02-04 10:11:55.904482987 +0100
@@ -86,9 +86,6 @@
 
 install-data-hook:
 	/sbin/chkconfig --add lldpad || true
-	## provide legacy support for apps that use the old dcbd interface.
-	test -e $(includedir)/dcbd || `ln -T -s $(includedir)/lldpad $(includedir)/dcbd`
-	test -e $(includedir)/dcbd/clif_cmds.h || `ln -T -s $(includedir)/lldpad/lldp_dcbx_cmds.h $(includedir)/dcbd/clif_cmds.h`
 
 uninstall-local:
 	/sbin/chkconfig --del lldpad || true