minui: Export minui/minui.h.

For libminui static and shared libraries.

Test: build
Change-Id: Ib30dc5e2ef4a3c8b3ca3a0cec68cb65e229a0c16
This commit is contained in:
Tao Bao
2017-01-16 21:28:18 -08:00
parent ebb4e96a71
commit 0ecbd76b22
11 changed files with 45 additions and 22 deletions
+3 -3
View File
@@ -14,7 +14,8 @@
* limitations under the License.
*/
#include <stdbool.h>
#include "graphics.h"
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
@@ -32,8 +33,7 @@
#include <time.h>
#include "font_10x18.h"
#include "minui.h"
#include "graphics.h"
#include "minui/minui.h"
static GRFont* gr_font = NULL;
static minui_backend* gr_backend = NULL;