mirror of
https://github.com/bgp/bgpq4.git
synced 2024-05-11 05:55:05 +00:00
8 lines
148 B
Makefile
8 lines
148 B
Makefile
AM_CPPFLAGS = -I$(top_srcdir)/include
|
|
|
|
noinst_LTLIBRARIES = libcompat.la
|
|
|
|
libcompat_la_LIBADD = $(PLATFORM_LDADD)
|
|
|
|
libcompat_la_SOURCES = strlcpy.c
|