summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac (renamed from configure.in)2
-rw-r--r--tests/cunit/Makefile.am6
2 files changed, 4 insertions, 4 deletions
diff --git a/configure.in b/configure.ac
index b09bab2..1c0ffb4 100644
--- a/configure.in
+++ b/configure.ac
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_INIT(wsmancli, 2.3.0)
AC_CONFIG_SRCDIR(wsmancli.spec.in)
-AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
+AM_INIT_AUTOMAKE
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE
diff --git a/tests/cunit/Makefile.am b/tests/cunit/Makefile.am
index f282adc..5686e9f 100644
--- a/tests/cunit/Makefile.am
+++ b/tests/cunit/Makefile.am
@@ -1,7 +1,7 @@
AM_CFLAGS = @CFLAGS@
-INCLUDES = \
- $(OPENWSMAN_CFLAGS)
+AM_CPPFLAGS = \
+ $(OPENWSMAN_CFLAGS)
wsman_cunit_tests_LDADD = \
@@ -18,5 +18,5 @@ wsman_cunit_tests_SOURCES = run_tests.c \
pull.c \
transfer_put.c
-noinst_PROGRAMS = wsman_cunit_tests
+noinst_PROGRAMS = wsman_cunit_tests