From: Javier Sancho Date: Sun, 13 Oct 2019 16:39:33 +0000 (+0200) Subject: automake config X-Git-Url: https://git.jsancho.org/?p=c-irrlicht.git;a=commitdiff_plain;h=ae7fc2605ca37645b106c8f35400a16d06dba69d automake config --- diff --git a/Makefile.am b/Makefile.am index 63eccfe..bcec8c1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,7 +10,7 @@ libCIrrlicht_la_SOURCES = \ src/IVideoDriver.cpp libCIrrlicht_la_CPPFLAGS = -I$(top_srcdir)/include libCIrrlicht_la_LDFLAGS = -version-info 0:1 -include_HEADERS = \ +pkginclude_HEADERS = \ include/cirrlicht.h \ include/dimension2d.h \ include/EDriverTypes.h \ diff --git a/autogen.sh b/autogen.sh new file mode 100755 index 0000000..b483139 --- /dev/null +++ b/autogen.sh @@ -0,0 +1,2 @@ +#!/bin/sh +autoreconf --force --install -I m4 diff --git a/configure.ac b/configure.ac index bfc0dc5..1c33a7d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([c-irrlicht], [0.1], [jsf@jsancho.org]) +AC_INIT([cirrlicht], [0.1], [jsf@jsancho.org]) AM_INIT_AUTOMAKE([-Wall -Werror subdir-objects]) AC_CONFIG_MACRO_DIRS([m4]) AM_PROG_AR