Skip to content
Snippets Groups Projects
Commit 93b9d781 authored by Danny Auble's avatar Danny Auble
Browse files

080 fix

parent 1d740306
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ INCLUDES = -I$(top_srcdir) $(BGL_INCLUDES) ...@@ -9,7 +9,7 @@ INCLUDES = -I$(top_srcdir) $(BGL_INCLUDES)
#to build the executable #to build the executable
# noinst_PROGRAMS = partition_allocator # noinst_PROGRAMS = partition_allocator
# partition_allocator_SOURCES = partition_allocator.c partition_allocator.h tv.h # partition_allocator_SOURCES = partition_allocator.c partition_allocator.h
# partition_allocator_LDADD = \ # partition_allocator_LDADD = \
# $(top_builddir)/src/common/libcommon.la -lpthread \ # $(top_builddir)/src/common/libcommon.la -lpthread \
...@@ -21,8 +21,7 @@ INCLUDES = -I$(top_srcdir) $(BGL_INCLUDES) ...@@ -21,8 +21,7 @@ INCLUDES = -I$(top_srcdir) $(BGL_INCLUDES)
# making a .la # making a .la
noinst_LTLIBRARIES = libpartition_allocator.la noinst_LTLIBRARIES = libpartition_allocator.la
libpartition_allocator_la_SOURCES = \ libpartition_allocator_la_SOURCES = \
partition_allocator.c partition_allocator.h \ partition_allocator.c partition_allocator.h
tv.h
libpartition_allocator_la_LIBADD = \ libpartition_allocator_la_LIBADD = \
$(top_builddir)/src/common/libcommon.la -lpthread \ $(top_builddir)/src/common/libcommon.la -lpthread \
......
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
#include "src/common/bitstring.h" #include "src/common/bitstring.h"
#include "src/common/xstring.h" #include "src/common/xstring.h"
#include "src/common/xmalloc.h" #include "src/common/xmalloc.h"
#include "src/partition_allocator/tv.h" //#include "src/partition_allocator/tv.h"
// #define DEBUG_PA // #define DEBUG_PA
#define BIG_MAX 9999 #define BIG_MAX 9999
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment