commit
844645d63b
|
@ -17,7 +17,7 @@ $(BUILD_DIR)/png-server: $(BUILD_DIR)/png-server.o $(BUILD_DIR)/pngfb.o
|
|||
|
||||
$(BUILD_DIR)/draw: $(BUILD_DIR)/draw.o ; $(LINK_EXE)
|
||||
|
||||
$(BUILD_DIR)/%.o: %.c | $(BUILD_DIR) ; $(CC_OBJ) -I../include
|
||||
$(BUILD_DIR)/%.o: %.c | $(BUILD_DIR) ; $(CC_OBJ)
|
||||
|
||||
$(BUILD_DIR)/pngfb.o: ../src/pngfb.c | $(BUILD_DIR)
|
||||
$(CC_OBJ) -I../include
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
#include "neatvnc.h"
|
||||
#include <neatvnc.h>
|
||||
|
||||
#include <stdio.h>
|
||||
#include <uv.h>
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
* benchmarks.
|
||||
*/
|
||||
|
||||
#include "util.h"
|
||||
#include "neatvnc.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
|
|
Loading…
Reference in New Issue