hlswmaster/src/Makefile.am

10 lines
374 B
Makefile

AUTOMAKE_OPTIONS = foreign no-dependencies
INCLUDES = -I../include
bin_PROGRAMS = hlswmaster
hlswmaster_SOURCES = client.c config.c logging.c main.c plugin.c plugin_helper.c scanner.c serverlist.c \
../include/configfile.h ../include/hlswmaster.h ../include/list.h ../include/netpkt.h ../include/plugin.h
hlswmaster_LDADD = -ldl -lpthread
hlswmaster_LDFLAGS = -rdynamic