]> git.jsancho.org Git - c-irrlicht.git/commitdiff
automake config
authorJavier Sancho <jsf@jsancho.org>
Sun, 13 Oct 2019 16:39:33 +0000 (18:39 +0200)
committerJavier Sancho <jsf@jsancho.org>
Sun, 13 Oct 2019 16:39:33 +0000 (18:39 +0200)
Makefile.am
autogen.sh [new file with mode: 0755]
configure.ac

index 63eccfe2c12f3ff698d6d3117beffd09cdddcff2..bcec8c1fab6f13c2096787e09511923f7517b826 100644 (file)
@@ -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 (executable)
index 0000000..b483139
--- /dev/null
@@ -0,0 +1,2 @@
+#!/bin/sh
+autoreconf --force --install -I m4
index bfc0dc57e517829286dba5f3e550f5ae8fbc98b9..1c33a7dbde7318f616d4a1ccd24c479385fc46ae 100644 (file)
@@ -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