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.
17 lines
660 B
17 lines
660 B
stream_extractordir = $(pluginsdir)/stream_extractor
|
|
stream_extractor_PLUGINS =
|
|
stream_extractor_LTLIBRARIES =
|
|
stream_extractor_RPATH =
|
|
if HAVE_MERGE_PLUGINS
|
|
noinst_LTLIBRARIES += $(stream_extractor_PLUGINS)
|
|
else
|
|
stream_extractor_LTLIBRARIES += $(stream_extractor_PLUGINS)
|
|
stream_extractor_RPATH += -rpath '$(stream_extractordir)'
|
|
endif
|
|
|
|
libarchive_plugin_la_SOURCES = stream_extractor/archive.c
|
|
libarchive_plugin_la_CFLAGS = $(AM_CFLAGS) $(ARCHIVE_CFLAGS)
|
|
libarchive_plugin_la_LDFLAGS = $(AM_LDFLAGS) $(stream_extractor_RPATH)
|
|
libarchive_plugin_la_LIBADD = $(ARCHIVE_LIBS)
|
|
EXTRA_LTLIBRARIES += libarchive_plugin.la
|
|
stream_extractor_PLUGINS += $(LTLIBarchive)
|
|
|