Skip to content

Commit

Permalink
Update Makfile.am files
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Aug 9, 2018
1 parent 5fba61d commit 0a8488e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion library/systemd/src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ module_DATA = \
ylibdir = @ylibdir@/yast2
ylib_DATA = \
lib/yast2/systemctl.rb \
lib/yast2/system_service.rb \
lib/yast2/systemd_unit.rb \
lib/yast2/system_service.rb
lib/yast2/systemd_socket_finder.rb

EXTRA_DIST = $(module_DATA) $(ylib_DATA)

Expand Down
3 changes: 2 additions & 1 deletion library/systemd/test/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ TESTS = \
systemd_socket_test.rb \
systemd_target_test.rb \
systemd_service_test.rb \
yast2/system_service_test.rb
yast2/system_service_test.rb \
yast2/systemd_socket_finder_test.rb

TEST_EXTENSIONS = .rb
RB_LOG_COMPILER = rspec
Expand Down

0 comments on commit 0a8488e

Please sign in to comment.