Skip to content
Snippets Groups Projects
Commit 8501e620 authored by Moe Jette's avatar Moe Jette
Browse files

Add header files to the Makefile.am so they would go into dist file.

parent 3614df08
No related branches found
No related tags found
No related merge requests found
......@@ -11,20 +11,32 @@ INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src/common
pkglib_LTLIBRARIES = sched_wiki.la
sched_wiki_la_SOURCES = ../agent.cpp \
../courier.cpp \
../dstring.cpp \
../prefix_courier.cpp \
../receptionist.cpp \
wiki_canceljob.cpp \
wiki_command.cpp \
wiki_mailbag.cpp \
wiki_message.cpp \
wiki_parser.cpp \
wiki_request.cpp \
wiki_response.cpp \
wiki_startjob.cpp \
wiki_status.cpp \
sched_wiki_la_SOURCES = ../agent.cpp \
../agent.h \
../comparator.h \
../condition.h \
../courier.cpp \
../courier.h \
../dstring.cpp \
../dstring.h \
../mailbag.h \
../message.h \
../prefix_courier.cpp \
../prefix_courier.h \
../receptionist.cpp \
../receptionist.h \
wiki_canceljob.cpp \
wiki_command.cpp \
wiki_mailbag.cpp \
wiki_mailbag.h \
wiki_message.cpp \
wiki_message.h \
wiki_parser.cpp \
wiki_parser.h \
wiki_request.cpp \
wiki_response.cpp \
wiki_startjob.cpp \
wiki_status.cpp \
wiki_wrapper.cpp
sched_wiki_la_LDFLAGS = $(PLUGIN_FLAGS)
......
......@@ -33,6 +33,7 @@ slurmctld_SOURCES = \
proc_req.h \
read_config.c \
sched_plugin.c \
sched_plugin.h \
sched_upcalls.c \
read_config.h \
slurmctld.h \
......
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