From b36c160c1dddb0e7bc16563820a6373c9025ff03 Mon Sep 17 00:00:00 2001
From: Aaron Viets <aaron.viets@ligo.org>
Date: Fri, 2 Nov 2018 11:28:38 -0700
Subject: [PATCH] gstlal-calibration:  cmath plugin:  fixed typos in
 Makefile.am so that the plugin has the correct name.

---
 gstlal-calibration/gst/cmath/Makefile.am | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gstlal-calibration/gst/cmath/Makefile.am b/gstlal-calibration/gst/cmath/Makefile.am
index 4dabe433ad..cc9186ab22 100644
--- a/gstlal-calibration/gst/cmath/Makefile.am
+++ b/gstlal-calibration/gst/cmath/Makefile.am
@@ -1,7 +1,7 @@
-plugin_LTLIBRARIES = lib@GSTPLUGINPREFIX@gstcmath.la
+plugin_LTLIBRARIES = lib@GSTPLUGINPREFIX@cmath.la
 
 # sources used to compile this plug-in
-lib@GSTPLUGINPREFIX@gstcmath_la_SOURCES = \
+lib@GSTPLUGINPREFIX@cmath_la_SOURCES = \
 	cmath.c \
 	cmath_base.h cmath_base.c \
 	cmath_cabs.c \
@@ -15,9 +15,9 @@ lib@GSTPLUGINPREFIX@gstcmath_la_SOURCES = \
 	cmath_cpow.c \
 	cmath_lpshiftfreq.c \
 	cmath_catan.c
-lib@GSTPLUGINPREFIX@gstcmath_la_CPPFLAGS = $(AM_CPPFLAGS) $(PYTHON_CPPFLAGS)
-lib@GSTPLUGINPREFIX@gstcmath_la_CFLAGS = $(AM_CFLAGS) $(LAL_CFLAGS) $(GSTLAL_CFLAGS) $(gstreamer_CFLAGS) $(gstreamer_audio_CFLAGS)
-lib@GSTPLUGINPREFIX@gstcmath_la_LDFLAGS = $(AM_LDFLAGS) $(LAL_LIBS) $(GSTLAL_LIBS) $(PYTHON_LIBS) $(gstreamer_LIBS) $(gstreamer_audio_LIBS) $(GSTLAL_PLUGIN_LDFLAGS)
+lib@GSTPLUGINPREFIX@cmath_la_CPPFLAGS = $(AM_CPPFLAGS) $(PYTHON_CPPFLAGS)
+lib@GSTPLUGINPREFIX@cmath_la_CFLAGS = $(AM_CFLAGS) $(LAL_CFLAGS) $(GSTLAL_CFLAGS) $(gstreamer_CFLAGS) $(gstreamer_audio_CFLAGS)
+lib@GSTPLUGINPREFIX@cmath_la_LDFLAGS = $(AM_LDFLAGS) $(LAL_LIBS) $(GSTLAL_LIBS) $(PYTHON_LIBS) $(gstreamer_LIBS) $(gstreamer_audio_LIBS) $(GSTLAL_PLUGIN_LDFLAGS)
 
 # headers we need but don't want installed
 noinst_HEADERS = cmath_base.h
-- 
GitLab