2006-02-02 16:40:20 +01:00
|
|
|
AUTOMAKE_OPTIONS = foreign no-dependencies
|
|
|
|
|
|
|
|
INCLUDES = -I../include
|
|
|
|
|
|
|
|
bin_PROGRAMS = hlswmaster
|
2006-02-02 16:43:41 +01:00
|
|
|
hlswmaster_SOURCES = client.c config.c logging.c main.c plugin.c plugin_helper.c scanner.c \
|
|
|
|
../include/configfile.h ../include/hlswmaster.h ../include/list.h \
|
|
|
|
../include/netpkt.h ../include/plugin.h ../include/plugin_helper.h
|
2006-02-02 16:40:20 +01:00
|
|
|
hlswmaster_LDADD = -ldl -lpthread
|
|
|
|
hlswmaster_LDFLAGS = -rdynamic
|