summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Kottler <shk@redhat.com>2013-06-30 21:58:35 -0400
committerSam Kottler <shk@redhat.com>2013-06-30 21:58:35 -0400
commit52a0feb60edec8ff9489321298db989b77e89007 (patch)
tree5342eeb1ca8281a0597eeea7f9233d43268b9d8c
parent17876fbff1d3742cd6b6b2ac75aa2b5b88b8e23b (diff)
downloadwsmancli-52a0feb60edec8ff9489321298db989b77e89007.tar.gz
wsmancli-52a0feb60edec8ff9489321298db989b77e89007.tar.xz
wsmancli-52a0feb60edec8ff9489321298db989b77e89007.zip
Changes to make libtool run cleanly
-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