Implement concurrency.
[statsd-tg.git] / src / Makefile.am
index fe34a05..1189f8e 100644 (file)
@@ -1,3 +1,5 @@
 bin_PROGRAMS = statsd-tg
 
 statsd_tg_SOURCES = statsd-tg.c
+statsd_tg_CFLAGS = $(AM_CFLAGS) -pthread
+statsd_tg_LDADD = -lrt