Commit 4d110da2 authored by Geoff Simmons's avatar Geoff Simmons

Fix 'make dist'.

parent 81a9b29f
......@@ -12,7 +12,7 @@ trackrdrd_SOURCES = \
trackrdrd.c \
parse.c \
log.c \
config_common.h \
$(top_srcdir)/include/config_common.h \
config_common.c \
config.c \
data.c \
......
......@@ -19,7 +19,7 @@ libtrackrdr_kafka_la_SOURCES = \
worker.c \
callback.c \
config.c \
$(abs_top_srcdir)/src/config_common.c
$(top_srcdir)/src/config_common.c
libtrackrdr_kafka_la_LIBADD = \
${PTHREAD_LIBS} \
......
......@@ -5,7 +5,7 @@ TESTS = test_partition test_kafka
check_PROGRAMS = test_partition test_kafka test_send test_send_ssl
test_partition_SOURCES = \
../../minunit.h \
$(top_srcdir)/src/test/minunit.h \
../mq_kafka.h \
test_partition.c
......@@ -15,7 +15,7 @@ test_partition_LDADD = \
-lrdkafka
test_kafka_SOURCES = \
../../minunit.h \
$(top_srcdir)/src/test/minunit.h \
../../../../include/mq.h \
test_kafka.c
......@@ -32,7 +32,7 @@ test_kafka_LDADD = \
-lrdkafka -lz -lpthread -lrt -lzookeeper_mt -lpcre
test_send_SOURCES = \
../../minunit.h \
$(top_srcdir)/src/test/minunit.h \
../../../../include/mq.h \
test_send.c
......@@ -49,7 +49,7 @@ test_send_LDADD = \
-lrdkafka -lz -lpthread -lrt -lzookeeper_mt -lpcre
test_send_ssl_SOURCES = \
../../minunit.h \
$(top_srcdir)/src/test/minunit.h \
../../../../include/mq.h \
test_send_ssl.c
......
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