]> git.ipfire.org Git - thirdparty/lldpd.git/blame - src/Makefile.am
debian: no need to BD on lsb-release anymore
[thirdparty/lldpd.git] / src / Makefile.am
CommitLineData
d627ab69 1AM_CFLAGS = -I $(top_srcdir)/include $(LLDP_CFLAGS)
206c1166 2AM_CPPFLAGS = $(LLDP_CPPFLAGS) -DSYSCONFDIR='"$(sysconfdir)"'
e6515ff5 3AM_LDFLAGS = $(LLDP_LDFLAGS)
2516cfb1 4
4b292b55
VB
5noinst_LTLIBRARIES = libcommon-daemon-lib.la libcommon-daemon-client.la
6include_HEADERS = lldp-const.h
43c02e7b 7
01135553 8libcommon_daemon_lib_la_SOURCES = \
efa6a7a3 9 log.c log.h version.c \
01135553
VB
10 marshal.c marshal.h \
11 ctl.c ctl.h \
12 lldpd-structs.c lldpd-structs.h lldp-const.h
4b292b55 13libcommon_daemon_lib_la_LIBADD = compat/libcompat.la
43c02e7b 14
efa6a7a3 15libcommon_daemon_client_la_SOURCES = log.c log.h version.c lldp-const.h
4b292b55 16libcommon_daemon_client_la_LIBADD = compat/libcompat.la