diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-05-04 10:26:36 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-05-04 10:26:36 +0200 |
commit | 13ef8e951688e39302f9ef4ae7af14c581205db2 (patch) | |
tree | 77b54fdbeeb17011afda8d8b2e3b32f577d257ae /src/Makefile.am | |
parent | 01568f9714c4c12918d5ff7f3bf8bbd30975cf7c (diff) |
fix issues with 'make dist'
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 55f6a82b..d0b0df1e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,3 +1,3 @@ # This Makefile is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include -SUBDIRS = include backenddb backend +SUBDIRS = include backenddb backend lib |