Autotools build fix;

This commit is contained in:
Alexander Vdolainen 2018-11-14 13:01:51 +02:00
parent e5f878f987
commit 506b08359b
4 changed files with 3 additions and 5 deletions

View File

@ -5,6 +5,3 @@
* Initial import of 0.2 version
Copyright 2013-2014 Askele, Inc.
Copying and distribution of this file, with or without modification, are
permitted provided the copyright notice and this notice are preserved.

1
VERSION Normal file
View File

@ -0,0 +1 @@
0.2.3

View File

@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(libtdata, 0.2.2)
AC_INIT(libtdata, m4_esyscmd([tr -d '\n' < VERSION]))
AC_CONFIG_HEADERS([config.h])

View File

@ -4,7 +4,7 @@ AM_CPPFLAGS = \
-DPACKAGE_LOCALE_DIR=\""$(localedir)"\" \
-DPACKAGE_SRC_DIR=\""$(srcdir)"\" \
-DPACKAGE_DATA_DIR=\""$(pkgdatadir)"\" \
$(LIBTDATA_CFLAGS) -I../include
$(LIBTDATA_CFLAGS) -I$(srcdir)/include
AM_CFLAGS =\
-Wall\