From 0441d265f2bb9da249c7abf333f0f771fadb4ab5 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 19:36:47 +0200 Subject: Adding upstream version 1:2.3.21+dfsg1. Signed-off-by: Daniel Baumann --- src/lib-old-stats/Makefile.am | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/lib-old-stats/Makefile.am (limited to 'src/lib-old-stats/Makefile.am') diff --git a/src/lib-old-stats/Makefile.am b/src/lib-old-stats/Makefile.am new file mode 100644 index 0000000..f97cf62 --- /dev/null +++ b/src/lib-old-stats/Makefile.am @@ -0,0 +1,18 @@ +noinst_LTLIBRARIES = libold_stats.la + +AM_CPPFLAGS = \ + -I$(top_srcdir)/src/lib \ + -I$(top_srcdir)/src/lib-master + +libold_stats_la_SOURCES = \ + stats.c \ + stats-connection.c \ + stats-parser.c + +headers = \ + stats.h \ + stats-connection.h \ + stats-parser.h + +pkginc_libdir = $(pkgincludedir) +pkginc_lib_HEADERS = $(headers) -- cgit v1.2.3