mirror of https://github.com/nirenjan/pinelog.git
Add pinelog.h to distribution tarball
parent
85ab66b323
commit
b5457f405e
|
@ -9,7 +9,8 @@ ACLOCAL_AMFLAGS = -I m4
|
||||||
# Extra files that need to be in the distribution
|
# Extra files that need to be in the distribution
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
LICENSE \
|
LICENSE \
|
||||||
README.md
|
README.md \
|
||||||
|
pinelog.h
|
||||||
|
|
||||||
noinst_LTLIBRARIES = libpinelog.la
|
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_CFLAGS = @PINELOG_CFLAGS@ $(WARN_CFLAGS) -I $(top_builddir)
|
||||||
libpinelog_la_LDFLAGS = $(WARN_LDFLAGS)
|
libpinelog_la_LDFLAGS = $(WARN_LDFLAGS)
|
||||||
|
|
||||||
|
|
||||||
test_SRCFILES = test_pinelog.c $(libpinelog_la_SOURCES)
|
test_SRCFILES = test_pinelog.c $(libpinelog_la_SOURCES)
|
||||||
test_CFLAGS = \
|
test_CFLAGS = \
|
||||||
-DPINELOG_FATAL_STR='"F"' \
|
-DPINELOG_FATAL_STR='"F"' \
|
||||||
|
|
Loading…
Reference in New Issue