Skip to content
Snippets Groups Projects
Commit b36c160c authored by Aaron Viets's avatar Aaron Viets
Browse files

gstlal-calibration: cmath plugin: fixed typos in Makefile.am so that the...

gstlal-calibration:  cmath plugin:  fixed typos in Makefile.am so that the plugin has the correct name.
parent 5dd22e31
No related branches found
No related tags found
No related merge requests found
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
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