Skip to content

Commit

Permalink
{common,bulkinsert}.lua missing from Makefile
Browse files Browse the repository at this point in the history
Also change the defination so that these get installed to the
pkgdatadir which will help packagers.

Signed-off-by: Daniel Black <daniel.black@au.ibm.com>
  • Loading branch information
grooverdan committed Sep 21, 2016
1 parent ee7082c commit 78bd5b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sysbench/tests/db/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

EXTRA_DIST = delete.lua insert.lua oltp.lua \
dist_pkgdata_DATA = common.lua delete.lua insert.lua bulk_insert.lua \
oltp.lua \
oltp_simple.lua \
parallel_prepare.lua \
select_random_points.lua \
Expand Down

0 comments on commit 78bd5b3

Please sign in to comment.