#
# $XORP$
#

SubDir TOP policy common ;

SubIncludeOnce TOP libcomm ;
SubIncludeOnce TOP libxorp ;
SubIncludeOnce TOP xrl interfaces ;
SubIncludeOnce TOP xrl targets ;
SubIncludeOnce TOP policy ;

SubDir TOP policy common ;

Library libpolicycommon : 
	dispatcher.cc elem_set.cc element.cc element_factory.cc
	filter.cc operator.cc policy_utils.cc register_elements.cc
	register_operations.cc varrw.cc
	;
# Deal with bgp aspath policy tags.
LibraryFromObjects libpolicycommon$(SUFLIB) : aspath$(SUFOBJ) ;
SEARCH_SOURCE = $(TOP)/bgp ;
Objects aspath.cc ;
