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

fixed Makefile.am

parent 28222164
No related branches found
No related tags found
No related merge requests found
......@@ -6,15 +6,15 @@ AUTOMAKE_OPTIONS = foreign
INCLUDES = -I$(top_srcdir)
#to build the executable
bin_PROGRAMS = partition_allocator
# bin_PROGRAMS = partition_allocator
partition_allocator_SOURCES = partition_allocator.c partition_allocator.h
# partition_allocator_SOURCES = partition_allocator.c partition_allocator.h
partition_allocator_LDADD = \
$(top_builddir)/src/common/libcommon.la -lpthread \
$(top_builddir)/src/api/libslurm.la
# partition_allocator_LDADD = \
# $(top_builddir)/src/common/libcommon.la -lpthread \
# $(top_builddir)/src/api/libslurm.la
partition_allocator_LDFLAGS = -export-dynamic -lm $(CMD_LDFLAGS)
# partition_allocator_LDFLAGS = -export-dynamic -lm $(CMD_LDFLAGS)
# making a .la
lib_LTLIBRARIES = libpartition_allocator.la
......
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