diff --git a/Makefile.am b/Makefile.am index 21480f8..ba23573 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,7 +9,8 @@ ACLOCAL_AMFLAGS = -I m4 # Extra files that need to be in the distribution EXTRA_DIST = \ LICENSE \ - README.md + README.md \ + pinelog.h noinst_LTLIBRARIES = libpinelog.la @@ -18,7 +19,6 @@ libpinelog_la_SOURCES = pinelog.c libpinelog_la_CFLAGS = @PINELOG_CFLAGS@ $(WARN_CFLAGS) -I $(top_builddir) libpinelog_la_LDFLAGS = $(WARN_LDFLAGS) - test_SRCFILES = test_pinelog.c $(libpinelog_la_SOURCES) test_CFLAGS = \ -DPINELOG_FATAL_STR='"F"' \