Skip to content

Commit

Permalink
Fix Makefile.am files to distribute all generated source files needed…
Browse files Browse the repository at this point in the history
… to build from a tarball.
  • Loading branch information
tskisner committed May 18, 2016
1 parent 76a66cc commit d3eec8b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dnl
dnl +------------------------
dnl | Initialize package info
dnl +------------------------
AC_INIT([HARP], [1.0.0], [[email protected]], [harp], [https://theodorekisner.com/software/harp/])
AC_INIT([HARP], [1.0.1], [[email protected]], [harp], [https://theodorekisner.com/software/harp/])
AC_CONFIG_SRCDIR([Makefile.am])
AM_INIT_AUTOMAKE([foreign])
AC_CONFIG_HEADERS(config.h)
Expand Down
3 changes: 2 additions & 1 deletion src/libharp/data/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ AM_LIBS =
# Append compile and linking flags based on configure variables
include $(top_srcdir)/src/build_options.am


noinst_HEADERS = harp_data_internal.hpp

noinst_LTLIBRARIES = libharpdata.la
Expand Down Expand Up @@ -37,5 +36,7 @@ libharpdata_la_SOURCES = \

libharpdata_la_LIBADD =

EXTRA_DIST = git-version.cpp

MAINTAINERCLEANFILES = git-version.cpp

2 changes: 1 addition & 1 deletion src/libharp/plugins/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ libharpplugins_la_include_HEADERS = harp/static_plugins.hpp
libharpplugins_la_SOURCES =
libharpplugins_la_LIBADD =

EXTRA_DIST = harp/static_plugins.hpp.in plugin.am
EXTRA_DIST = harp/static_plugins.hpp.in plugin.am plugin_register.cpp internal_image_plugins.hpp internal_spec_plugins.hpp internal_psf_plugins.hpp

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

Expand Down

0 comments on commit d3eec8b

Please sign in to comment.