]> jfr.im git - irc/thales.git/blob - src/Makefile.am
Fixed segfault error
[irc/thales.git] / src / Makefile.am
1 AM_CFLAGS = -I$(top_srcdir)/lib
2
3 bin_PROGRAMS = thales
4 thales_SOURCES = main.c cmd.h cmd.c conf.h conf.c worker.h \
5 log_worker.h log_worker.c error.h workers_registration.c \
6 workers_registration.h
7
8 thales_LDADD = $(top_builddir)/lib/libthales.a