You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
akode/akode/plugins/sun_sink/Makefile.am

8 lines
301 B

INCLUDES = -I$(top_srcdir)/akode/lib -I$(top_builddir)/akode/lib $(all_includes)
lib_LTLIBRARIES = libakode_sun_sink.la
libakode_sun_sink_la_SOURCES = sun_sink.cpp
libakode_sun_sink_la_LDFLAGS = -module -avoid-version -no-undefined
libakode_sun_sink_la_LIBADD = ../../lib/libakode.la $(LIBSUNAUDIO)