diff options
author | louie <lshprung@tutanota.com> | 2024-05-12 23:34:53 -0400 |
---|---|---|
committer | louie <lshprung@tutanota.com> | 2024-05-12 23:34:53 -0400 |
commit | 8ccbb6548b615e81dc6c1f39162effc36f4d844b (patch) | |
tree | 65c91bd245df992641b6fb65348c77476e5f2ca8 /docs/Makefile.in | |
parent | d26f44bcdd31c08f3d7b7651df39d3747127f7af (diff) |
Add version flag
Diffstat (limited to 'docs/Makefile.in')
-rw-r--r-- | docs/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Makefile.in b/docs/Makefile.in index 9aaf9c3..619693b 100644 --- a/docs/Makefile.in +++ b/docs/Makefile.in @@ -96,6 +96,7 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ DIST_COMMON = $(srcdir)/Makefile.am $(dist_doc_DATA) \ $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = AM_V_P = $(am__v_P_@AM_V@) |