Skip to content

Commit

Permalink
build: fix tests/_syslog_override.h not being distributed
Browse files Browse the repository at this point in the history
...in the tarball arising from "make dist".
  • Loading branch information
jnpkrn committed Mar 1, 2016
1 parent f439488 commit c8fc625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Makefile.am
Expand Up @@ -151,7 +151,7 @@ if HAVE_SYSLOG_TESTS
log_test_LDADD += _syslog_override.la

lib_LTLIBRARIES = _syslog_override.la
_syslog_override_la_SOURCES = _syslog_override.c
_syslog_override_la_SOURCES = _syslog_override.c _syslog_override.h
_syslog_override_la_LDFLAGS = -module
endif

Expand Down

0 comments on commit c8fc625

Please sign in to comment.