Skip to content
Snippets Groups Projects
Commit 70ddba97 authored by Kipp Cannon's avatar Kipp Cannon
Browse files

gstlal-burst: recurse into share/ directory

parent 2f108e2a
No related branches found
No related tags found
No related merge requests found
ACLOCAL_AMFLAGS = -I gnuscripts ACLOCAL_AMFLAGS = -I gnuscripts
EXTRA_DIST = gstlal-burst.spec EXTRA_DIST = gstlal-burst.spec
SUBDIRS = debian lib python bin gst
SUBDIRS = debian lib gst python bin share
# check that the most recent changelog entry's version matches the package # check that the most recent changelog entry's version matches the package
# version # version
......
...@@ -16,16 +16,17 @@ AC_CONFIG_FILES([ \ ...@@ -16,16 +16,17 @@ AC_CONFIG_FILES([ \
Makefile \ Makefile \
gstlal-burst.spec \ gstlal-burst.spec \
bin/Makefile \ bin/Makefile \
debian/control \
debian/Makefile \
gst/Makefile \
gst/lal/Makefile \
lib/Makefile \ lib/Makefile \
lib/gstlal-burst/gstlal-burst.pc \ lib/gstlal-burst/gstlal-burst.pc \
lib/gstlal-burst/Makefile \ lib/gstlal-burst/Makefile \
gst/Makefile \
gst/lal/Makefile \
debian/control \
debian/Makefile \
python/Makefile \ python/Makefile \
python/excesspower/Makefile \ python/excesspower/Makefile \
python/fxtools/Makefile python/fxtools/Makefile \
share/Makefile
]) ])
......
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