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

Fix 'make dist'.

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