How can I install kernel headers package

Recently I have been installing a software from source, but I encountered an error in the make stage:

make -C /usr/src/linux-headers-3.13.11-1-amd64-vyos M=$PWD;
make: Entering an unknown directory

I was wondering missing headers package, so I tried the following command:

sudo apt-get install linux-headers-uname -r
Reading package lists… Done
Building dependency tree
Reading state information… Done
E: Unable to locate package linux-headers-3.13.11-1-amd64-vyos
E: Couldn’t find any package by regex ‘linux-headers-3.13.11-1-amd64-vyos’

So is there a package named linux-headers-3.13.11-1-amd64-vyos?

Thanks a lot!!

Hello geohuz

Maybe linux-vyatta-kbuild_3.13.11-1+vyos1+helium8_amd64.deb ?
http://packages.vyos.net/vyos/pool/main/l/linux-3.13/


Hiroyuki Sato