]> git.ipfire.org Git - thirdparty/lldpd.git/blob - src/Makefile.am
tests: display tests/test-suite.log on errors
[thirdparty/lldpd.git] / src / Makefile.am
1 AM_CFLAGS = -I $(top_srcdir)/include $(LLDP_CFLAGS)
2 AM_CPPFLAGS = $(LLDP_CPPFLAGS) -DSYSCONFDIR='"$(sysconfdir)"'
3 AM_LDFLAGS = $(LLDP_LDFLAGS)
4
5 noinst_LTLIBRARIES = libcommon-daemon-lib.la libcommon-daemon-client.la
6 include_HEADERS = lldp-const.h
7
8 libcommon_daemon_lib_la_SOURCES = \
9 log.c log.h version.c \
10 marshal.c marshal.h \
11 ctl.c ctl.h \
12 lldpd-structs.c lldpd-structs.h lldp-const.h
13 libcommon_daemon_lib_la_LIBADD = compat/libcompat.la
14
15 libcommon_daemon_client_la_SOURCES = log.c log.h version.c lldp-const.h
16 libcommon_daemon_client_la_LIBADD = compat/libcompat.la