Skip to content

Commit

Permalink
Merge pull request #24 from Sjord/fix-build
Browse files Browse the repository at this point in the history
Fix the build process
  • Loading branch information
Sjord committed Jun 22, 2017
2 parents a64c516 + d9a5b9f commit 2c66ba0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Automake

EXTRA_DIST = ABOUT_FIXING HISTORY mpck.1 vc++ mp3checker debian mpck-0.10.ebuild
EXTRA_DIST = ABOUT_FIXING HISTORY mpck.1 vc++ mp3checker debian README.md

SUBDIRS = libgnugetopt-1.2 mpck

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

AC_PREREQ(2.57)
AC_INIT([checkmate], [0.20], [sjoerd-mpck@linuxonly.nl])
AM_INIT_AUTOMAKE([checkmate], [0.20])
AM_INIT_AUTOMAKE([foreign])
AM_CONFIG_HEADER(config.h)

AC_CONFIG_SRCDIR([mpck/main.c])
Expand Down

0 comments on commit 2c66ba0

Please sign in to comment.