Do not distribute version.h within the tarball
It is automatically generated during the build process.
This commit is contained in:
parent
105e56939a
commit
402f8918b7
@ -12,7 +12,7 @@ AC_PREREQ(2.62)
|
|||||||
# subdir-objects lets us have dumy.cc in a subdir
|
# subdir-objects lets us have dumy.cc in a subdir
|
||||||
AM_INIT_AUTOMAKE([-Wno-portability foreign subdir-objects])
|
AM_INIT_AUTOMAKE([-Wno-portability foreign subdir-objects])
|
||||||
|
|
||||||
AC_CONFIG_HEADERS(config.h)
|
AC_CONFIG_HEADERS([config.h])
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
|
|
||||||
# user-visible library versioning
|
# user-visible library versioning
|
||||||
@ -1340,7 +1340,7 @@ AC_SUBST(EXTRA_LIBS_USED)
|
|||||||
TOP_SRCDIR=$ac_pwd
|
TOP_SRCDIR=$ac_pwd
|
||||||
AC_SUBST(TOP_SRCDIR)
|
AC_SUBST(TOP_SRCDIR)
|
||||||
|
|
||||||
AC_OUTPUT([
|
AC_CONFIG_FILES([
|
||||||
vips.pc
|
vips.pc
|
||||||
vips-cpp.pc
|
vips-cpp.pc
|
||||||
Makefile
|
Makefile
|
||||||
@ -1382,6 +1382,7 @@ AC_OUTPUT([
|
|||||||
po/Makefile.in
|
po/Makefile.in
|
||||||
fuzz/Makefile
|
fuzz/Makefile
|
||||||
])
|
])
|
||||||
|
AC_OUTPUT
|
||||||
|
|
||||||
# also add any new items to VIPS_CONFIG above
|
# also add any new items to VIPS_CONFIG above
|
||||||
AC_MSG_RESULT([dnl
|
AC_MSG_RESULT([dnl
|
||||||
|
@ -45,11 +45,12 @@ pkginclude_HEADERS = \
|
|||||||
thread.h \
|
thread.h \
|
||||||
transform.h \
|
transform.h \
|
||||||
util.h \
|
util.h \
|
||||||
version.h \
|
|
||||||
vector.h \
|
vector.h \
|
||||||
vips7compat.h \
|
vips7compat.h \
|
||||||
vips.h
|
vips.h
|
||||||
|
|
||||||
|
nodist_pkginclude_HEADERS = version.h
|
||||||
|
|
||||||
EXTRA_DIST = version.h.in internal.h enumtemplate
|
EXTRA_DIST = version.h.in internal.h enumtemplate
|
||||||
|
|
||||||
# the headers we scan for enums etc.
|
# the headers we scan for enums etc.
|
||||||
|
Loading…
Reference in New Issue
Block a user