[test suite] have fko_wrapper only require fko.h

This commit is contained in:
Michael Rash
2013-07-31 13:57:49 -04:00
parent fc39de607c
commit 2f0ad7c4be
2 changed files with 1 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
all : fko_wrapper.c
gcc -Wall -g -I../../common -I../../client -I../../lib fko_wrapper.c -o fko_wrapper -L../../lib/.libs -lfko
gcc -Wall -g -I../../lib fko_wrapper.c -o fko_wrapper -L../../lib/.libs -lfko
clean:
rm -f fko_wrapper
-4
View File
@@ -7,10 +7,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include "fko_common.h"
#include "common.h"
#include "fko_limits.h"
#include "fwknop.h"
#include "fko.h"
#define ENABLE_GPG_TESTS 0