Skip to content
Snippets Groups Projects
Commit 96a8acbd authored by Morris Jette's avatar Morris Jette
Browse files

Failed to add Makefile.am to previous commit

The jobcomp/elasticsearch plugin's Makefile.am file was accidentally
not added to GIT...
parent e6730b44
No related branches found
No related tags found
No related merge requests found
# Makefile for jobcomp/elasticsearch plugin
AUTOMAKE_OPTIONS = foreign
PLUGIN_FLAGS = -module -avoid-version --export-dynamic
AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/src/common
if WITH_CURL
ELASTICSEARCH = jobcomp_elasticsearch.la
endif
pkglib_LTLIBRARIES = $(ELASTICSEARCH)
# Elasticsearch job completion logging plugin.
jobcomp_elasticsearch_la_SOURCES = jobcomp_elasticsearch.c
jobcomp_elasticsearch_la_LDFLAGS = $(SO_LDFLAGS) $(PLUGIN_FLAGS)
jobcomp_elasticsearch_la_LIBADD = $(LIBCURL)
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