install lib header files with make install target

This commit is contained in:
Dennis Luxen
2013-12-17 17:59:44 +01:00
parent bb244646df
commit fd2f000075
37 changed files with 452 additions and 55 deletions
+3 -3
View File
@@ -28,9 +28,9 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#ifndef BASEPLUGIN_H_
#define BASEPLUGIN_H_
#include "../DataStructures/Coordinate.h"
#include "../Server/DataStructures/RouteParameters.h"
#include "../Server/Http/Reply.h"
#include <Coordinate.h>
#include <Reply.h>
#include <RouteParameters.h>
#include <string>
#include <vector>