diff options
Diffstat (limited to 'src/lib-old-stats/Makefile.am')
-rw-r--r-- | src/lib-old-stats/Makefile.am | 18 |
1 files changed, 18 insertions, 0 deletions
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) |