Skip to content

Commit

Permalink
Install python scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
wangvsa committed Aug 26, 2020
1 parent 4662853 commit e4e21dd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SUBDIRS = lib tools
SUBDIRS = lib tools tools/reporter
ACLOCAL_AMFLAGS = -I m4
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ AC_CONFIG_FILES([
Makefile
lib/Makefile
tools/Makefile
tools/reporter/Makefile
])

AC_OUTPUT
3 changes: 0 additions & 3 deletions tools/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ librreader_la_SOURCES = reader.c

recorder2text_SOURCES = recorder2text.c
recorder2text_LDADD = librreader.la
recorder2text_DEPENDENCIES = librreader.la


conflict_detector_SOURCES = overlap_conflict.c build_offset_intervals.cpp
conflict_detector_LDADD = librreader.la
conflict_detector_DEPENDENCIES = librreader.la
2 changes: 2 additions & 0 deletions tools/reporter/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
reporterdir = $(bindir)/reporter
reporter_SCRIPTS = build_offset_intervals.py creader_wrapper.py html_writer.py reporter.py

0 comments on commit e4e21dd

Please sign in to comment.