Commit db58f598 authored by Geoff Simmons's avatar Geoff Simmons

Silence the subdir-objects warnings from automake

parent 33855115
Pipeline #142 skipped
......@@ -9,6 +9,7 @@ Makefile.in
*.Po
*.la
*~
.dirstamp
# Various auto-tools artifacts
/aclocal.m4
......
......@@ -8,7 +8,7 @@ AM_CONFIG_HEADER(config.h)
AC_CANONICAL_SYSTEM
AC_LANG(C)
AM_INIT_AUTOMAKE([foreign])
AM_INIT_AUTOMAKE([foreign no-dependencies])
AC_USE_SYSTEM_EXTENSIONS
LT_PREREQ(2.2)
......
AUTOMAKE_OPTIONS = subdir-objects
AM_CPPFLAGS = -I${VARNISH_SHARE_INCLUDE} -I${VARNISH_PKG_INCLUDE} \
-I$(top_srcdir)/include
......
AUTOMAKE_OPTIONS = subdir-objects
AM_CPPFLAGS = @VARNISH_CFLAGS@ -I$(top_srcdir)/include \
@AMQ_CFLAGS@ @APR_CFLAGS@ @APU_CFLAGS@
......
......@@ -12,7 +12,7 @@ test_activemq_SOURCES = \
test_activemq_LDADD = \
../amq_connection.$(OBJEXT) \
../amq.$(OBJEXT) \
../config_common.$(OBJEXT) \
$(abs_top_srcdir)/src/config_common.$(OBJEXT) \
../mq.$(OBJEXT) \
${PTHREAD_LIBS} \
@AMQ_LIBS@ \
......
AUTOMAKE_OPTIONS = subdir-objects
AM_CPPFLAGS = -I$(top_srcdir)/include
CURRENT = 5
......
AUTOMAKE_OPTIONS = subdir-objects
AM_CPPFLAGS = -I$(top_srcdir)/include
CURRENT = 5
......@@ -17,7 +19,7 @@ libtrackrdr_kafka_la_SOURCES = \
worker.c \
callback.c \
config.c \
$(top_srcdir)/src/config_common.c
$(abs_top_srcdir)/src/config_common.c
libtrackrdr_kafka_la_LIBADD = \
${PTHREAD_LIBS} \
......
AUTOMAKE_OPTIONS = subdir-objects
AM_CPPFLAGS = @VARNISH_CFLAGS@ -I$(top_srcdir)/include
TESTS = test_parse test_data test_append test_mq test_spmcq \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment