Autotools build fix;
This commit is contained in:
parent
e5f878f987
commit
506b08359b
@ -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,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])
|
||||
|
||||
|
@ -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\
|
||||
|
Loading…
x
Reference in New Issue
Block a user