aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Łyszczek <michal.lyszczek@bofc.pl>2018-04-18 14:59:57 +0200
committerMichał Łyszczek <michal.lyszczek@bofc.pl>2018-04-18 14:59:57 +0200
commit625d972ded6eb1b8fa66891d22b4fae3812204d6 (patch)
tree94193222b77fe3a726a05dddb4aac74bba9b99fc
parentc4469eca61e16585c1b64ba049143324ef89fb09 (diff)
downloadembedlog-625d972ded6eb1b8fa66891d22b4fae3812204d6.tar.gz
embedlog-625d972ded6eb1b8fa66891d22b4fae3812204d6.tar.bz2
embedlog-625d972ded6eb1b8fa66891d22b4fae3812204d6.zip
fix: broken distcheck after file cleanup
-rw-r--r--src/Makefile.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 167cd21..b42a7cc 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -3,10 +3,7 @@ include $(top_srcdir)/embedlog-sources.mk
lib_LTLIBRARIES = libembedlog.la
libembedlog_la_SOURCES = $(embedlog_sources)
-libembedlog_la_SOURCES += config-priv.h \
- el-file.h \
- el-options.h \
- el-tty.h \
+libembedlog_la_SOURCES += el-private.h \
valid.h
libembedlog_la_LDFLAGS = -version-info 2:2:2
libembedlog_la_CFLAGS = -I$(top_srcdir)/include