Skip to content

Commit

Permalink
Makefile.am and configure.ac fixes from jmechmech.
Browse files Browse the repository at this point in the history
  • Loading branch information
theabolton committed Jan 2, 2021
1 parent 548913b commit 1a953a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ dist_pkgdata_DATA = extra/dx7_roms.dx7 \
extra/tx7_roms.dx7

AUTOMAKE_OPTIONS = foreign
ACLOCAL_AMFLAGS = -I m4

5 changes: 3 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ dnl Process this file with autoconf to produce a configure script.
AC_INIT(hexter, 1.1.0, sean-at-smbolton-dot-com)

AC_CONFIG_SRCDIR(src/hexter.c)
AM_INIT_AUTOMAKE
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE([subdir-objects])
AM_CONFIG_HEADER([config.h])
AC_CONFIG_MACRO_DIRS([m4])

AC_PROG_CC

Expand Down

0 comments on commit 1a953a3

Please sign in to comment.