Skip to content
Snippets Groups Projects
Commit 384b0854 authored by Chris Pankow's avatar Chris Pankow
Browse files

gstlal-burst: Move excesspower related tools to package

parent 1322a84a
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,7 @@ AC_CONFIG_FILES([ \
debian/control \
debian/Makefile \
python/Makefile \
python/excesspower/Makefile
])
......
# This is a trick taken from the gst-python automake setup.
# All of the Python scripts will be installed under the exec dir,
# which prevents the module from getting spread across lib and lib64
# on e.g. CentOS.
pkgpythondir = $(pkgpyexecdir)
pkgpython_PYTHON = \
epparts.py \
excesspower.py
pkgpyexec_LTLIBRARIES =
SUBDIRS = excesspower
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