* Moved files around.
This commit is contained in:
parent
246189c39a
commit
bb4cc96f00
@ -9,7 +9,7 @@ zzuf_LDFLAGS = @MATH_LIBS@
|
||||
|
||||
pkglib_LTLIBRARIES = libzzuf.la
|
||||
libzzuf_la_SOURCES = libzzuf.c libzzuf.h $(COMMON) debug.c debug.h \
|
||||
load-fd.c load-mem.c load-signal.c load-stream.c load.h
|
||||
lib-fd.c lib-mem.c lib-signal.c lib-stream.c lib-load.h
|
||||
libzzuf_la_LDFLAGS = -avoid-version -no-undefined
|
||||
libzzuf_la_LIBADD = @GETOPT_LIBS@ @DL_LIBS@ @MATH_LIBS@
|
||||
|
||||
|
||||
@ -42,9 +42,9 @@
|
||||
#include <stdarg.h>
|
||||
|
||||
#include "libzzuf.h"
|
||||
#include "lib-load.h"
|
||||
#include "debug.h"
|
||||
#include "fuzz.h"
|
||||
#include "load.h"
|
||||
#include "fd.h"
|
||||
|
||||
#ifdef HAVE_SOCKLEN_T
|
||||
@ -48,9 +48,9 @@
|
||||
#endif
|
||||
|
||||
#include "libzzuf.h"
|
||||
#include "lib-load.h"
|
||||
#include "debug.h"
|
||||
#include "fuzz.h"
|
||||
#include "load.h"
|
||||
#include "fd.h"
|
||||
|
||||
/* TODO: mremap, maybe brk/sbrk (haha) */
|
||||
@ -33,9 +33,9 @@
|
||||
#include <signal.h>
|
||||
|
||||
#include "libzzuf.h"
|
||||
#include "lib-load.h"
|
||||
#include "debug.h"
|
||||
#include "fuzz.h"
|
||||
#include "load.h"
|
||||
|
||||
#if defined HAVE_SIGHANDLER_T
|
||||
# define SIG_T sighandler_t
|
||||
@ -35,9 +35,9 @@
|
||||
#endif
|
||||
|
||||
#include "libzzuf.h"
|
||||
#include "lib-load.h"
|
||||
#include "debug.h"
|
||||
#include "fuzz.h"
|
||||
#include "load.h"
|
||||
#include "fd.h"
|
||||
|
||||
#ifdef HAVE___SREFILL
|
||||
Loading…
x
Reference in New Issue
Block a user