Skip to content

Commit

Permalink
build: Add queue policy factory src files
Browse files Browse the repository at this point in the history
  • Loading branch information
dongahn committed Jun 28, 2019
1 parent 5a7f754 commit 888b3fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion qmanager/modules/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ qmanager_la_SOURCES = \
$(top_srcdir)/qmanager/policies/queue_policy_fcfs.hpp \
$(top_srcdir)/qmanager/policies/queue_policy_fcfs_impl.hpp \
$(top_srcdir)/qmanager/policies/queue_policy_easy.hpp \
$(top_srcdir)/qmanager/policies/queue_policy_easy_impl.hpp
$(top_srcdir)/qmanager/policies/queue_policy_easy_impl.hpp \
$(top_srcdir)/qmanager/policies/queue_policy_factory.hpp \
$(top_srcdir)/qmanager/policies/queue_policy_factory_impl.hpp

qmanager_la_CXXFLAGS = \
$(AM_CXXFLAGS) \
Expand Down

0 comments on commit 888b3fe

Please sign in to comment.