Skip to content

Commit d3eec8b

Browse files
committed
Fix Makefile.am files to distribute all generated source files needed to build from a tarball.
1 parent 76a66cc commit d3eec8b

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dnl
44
dnl +------------------------
55
dnl | Initialize package info
66
dnl +------------------------
7-
AC_INIT([HARP], [1.0.0], [work@theodorekisner.com], [harp], [https://theodorekisner.com/software/harp/])
7+
AC_INIT([HARP], [1.0.1], [work@theodorekisner.com], [harp], [https://theodorekisner.com/software/harp/])
88
AC_CONFIG_SRCDIR([Makefile.am])
99
AM_INIT_AUTOMAKE([foreign])
1010
AC_CONFIG_HEADERS(config.h)

src/libharp/data/Makefile.am

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ AM_LIBS =
99
# Append compile and linking flags based on configure variables
1010
include $(top_srcdir)/src/build_options.am
1111

12-
1312
noinst_HEADERS = harp_data_internal.hpp
1413

1514
noinst_LTLIBRARIES = libharpdata.la
@@ -37,5 +36,7 @@ libharpdata_la_SOURCES = \
3736

3837
libharpdata_la_LIBADD =
3938

39+
EXTRA_DIST = git-version.cpp
40+
4041
MAINTAINERCLEANFILES = git-version.cpp
4142

src/libharp/plugins/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ libharpplugins_la_include_HEADERS = harp/static_plugins.hpp
1919
libharpplugins_la_SOURCES =
2020
libharpplugins_la_LIBADD =
2121

22-
EXTRA_DIST = harp/static_plugins.hpp.in plugin.am
22+
EXTRA_DIST = harp/static_plugins.hpp.in plugin.am plugin_register.cpp internal_image_plugins.hpp internal_spec_plugins.hpp internal_psf_plugins.hpp
2323

2424
MAINTAINERCLEANFILES = harp/static_plugins.hpp plugin.am plugin_register.cpp
2525

0 commit comments

Comments
 (0)