Skip to content

Commit

Permalink
Release 0.0.1
Browse files Browse the repository at this point in the history
Add the LICENSE and m4 files into the distribution.
  • Loading branch information
Lowercases committed Apr 5, 2021
1 parent b9f242a commit 321c293
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@
ACLOCAL_AMFLAGS = -I m4

SUBDIRS = src include test

EXTRA_DIST = LICENSE libxmem.m4
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#

AC_PREREQ([2.69])
AC_INIT([libxmem], [0.0.0], [nachex@gmail.com])
AC_INIT([libxmem], [0.0.1], [nachex@gmail.com])
AM_INIT_AUTOMAKE([foreign -Wall -Werror])
AC_CONFIG_SRCDIR([src/])
AC_CONFIG_HEADERS([config.h])
Expand Down

0 comments on commit 321c293

Please sign in to comment.