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 /data | |
parent | d26f44bcdd31c08f3d7b7651df39d3747127f7af (diff) |
Add version flag
Diffstat (limited to 'data')
-rw-r--r-- | data/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/Makefile.in b/data/Makefile.in index 6a5b3b2..d706f29 100644 --- a/data/Makefile.in +++ b/data/Makefile.in @@ -95,6 +95,7 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(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@) |