Private
Public Access
2
0

maa: add global maa.h and maa.hpp and stop using /usr/include/maa/

* pkg-config now only sees maa.h & maa.hpp
* usage of maa/*.{h,hpp} is still allowed
* examples updated to use maa.{h,hpp}

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2014-06-10 16:33:32 +01:00
parent f1a0e9825e
commit faedfce419
28 changed files with 61 additions and 15 deletions

View File

@@ -24,7 +24,7 @@
#include <unistd.h>
#include "pwm.h"
#include "maa.h"
int
main ()