#!/bin/sh

for i in ../modules/??/*.h 
do 
	hfile=`basename $i`
	ln -s $i $hfile
done

ln -s ../modules/rpsl/syntax_api.h .
