mcexec: include config.h
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
CC=@CC@
|
CC=@CC@
|
||||||
BINDIR=@BINDIR@
|
BINDIR=@BINDIR@
|
||||||
KDIR ?= @KDIR@
|
KDIR ?= @KDIR@
|
||||||
CFLAGS=-Wall -O
|
CFLAGS=-Wall -O -I.
|
||||||
VPATH=@abs_srcdir@
|
VPATH=@abs_srcdir@
|
||||||
TARGET=mcexec
|
TARGET=mcexec
|
||||||
@uncomment_if_ENABLE_MEMDUMP@TARGET+=eclair
|
@uncomment_if_ENABLE_MEMDUMP@TARGET+=eclair
|
||||||
|
|||||||
@ -64,6 +64,7 @@
|
|||||||
#include <sys/user.h>
|
#include <sys/user.h>
|
||||||
#include "../include/uprotocol.h"
|
#include "../include/uprotocol.h"
|
||||||
#include <getopt.h>
|
#include <getopt.h>
|
||||||
|
#include "../config.h"
|
||||||
|
|
||||||
//#define DEBUG
|
//#define DEBUG
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user