Skip to content
Snippets Groups Projects
Commit 5d97b0ac authored by phung4's avatar phung4
Browse files

uncommented library stuff

parent 7233630d
No related branches found
No related tags found
No related merge requests found
...@@ -18,20 +18,19 @@ partition_allocator_LDADD = \ ...@@ -18,20 +18,19 @@ partition_allocator_LDADD = \
partition_allocator_LDFLAGS = -export-dynamic -lm $(CMD_LDFLAGS) partition_allocator_LDFLAGS = -export-dynamic -lm $(CMD_LDFLAGS)
# making a .la # making a .la
# lib_LTLIBRARIES = libpartition_allocator.la lib_LTLIBRARIES = libpartition_allocator.la
# libpartition_allocator_la_SOURCES = \ libpartition_allocator_la_SOURCES = \
# partition_allocator.c partition_allocator.h\ partition_allocator.c partition_allocator.h\
# graph_solver.c graph_solver.h\ graph_solver.c graph_solver.h\
# graph_structs.c graph_structs.h graph_structs.c graph_structs.h
# libpartition_allocator_la_LIBADD = $(top_builddir)/src/common/libcommon.la -lpthread libpartition_allocator_la_LIBADD = $(top_builddir)/src/common/libcommon.la -lpthread
# libpartition_allocator_la_LDFLAGS = \ libpartition_allocator_la_LDFLAGS = \
# $(LIB_LDFLAGS) -lm $(LIB_LDFLAGS) -lm
# libpartition_allocator_la_DEPENDENCIES = \
# $(top_builddir)/src/common/libcommon.la
libpartition_allocator_la_DEPENDENCIES = \
$(top_builddir)/src/common/libcommon.la
#### ####
#force: #force:
......
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