Skip to content
Snippets Groups Projects
Commit a05a2837 authored by Leo Pound Singer's avatar Leo Pound Singer
Browse files

Added autoconf test for NDS2

parent bf3f0ae5
No related branches found
No related tags found
No related merge requests found
......@@ -83,6 +83,16 @@ AC_SUBST([FFTW_CFLAGS])
AC_SUBST([FFTW_LIBS])
#
# Check for NDS2
#
PKG_CHECK_MODULES([NDS2], [nds2-client], , [AC_MSG_ERROR([Not found!])])
AC_SUBST([NDS2_CFLAGS])
AC_SUBST([NDS2_LIBS])
#
# Check for GStreamer 0.10
#
......
......@@ -23,8 +23,8 @@ libgstlal_la_SOURCES = \
gstlal_nofakedisconts.h gstlal_nofakedisconts.c \
gstlal_reblock.h gstlal_reblock.c \
gstlal_delay.h gstlal_delay.c
libgstlal_la_CFLAGS = -O2 $(AM_CFLAGS) $(CFLAGS) ${gstreamer_CFLAGS} ${LAL_CFLAGS} ${GSL_CFLAGS} ${FFTW_CFLAGS}
libgstlal_la_LIBADD = ${gstreamer_LIBS} ${LAL_LIBS} ${GSL_LIBS} ${FFTW_LIBS} $(top_srcdir)/src/lib/libgstlal.la
libgstlal_la_CFLAGS = -O2 $(AM_CFLAGS) $(CFLAGS) ${gstreamer_CFLAGS} ${LAL_CFLAGS} ${GSL_CFLAGS} ${FFTW_CFLAGS} ${NDS2_CFLAGS}
libgstlal_la_LIBADD = ${gstreamer_LIBS} ${LAL_LIBS} ${GSL_LIBS} ${FFTW_LIBS} ${NDS2_LIBS} $(top_srcdir)/src/lib/libgstlal.la
libgstlal_la_LDFLAGS = ${GSTREAMER_PLUGIN_LDFLAGS}
noinst_HEADERS = gstlal_plugins.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