[mm-common] Correct libskeletonmm API version substitution
- From: Daniel Elstner <daniel src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [mm-common] Correct libskeletonmm API version substitution
- Date: Tue, 22 Sep 2009 13:17:00 +0000 (UTC)
commit 0a13e4f70a90a12c10b8e1a5db66ce2bb810e7dd
Author: Daniel Elstner <danielk openismus com>
Date: Tue Sep 22 15:10:20 2009 +0200
Correct libskeletonmm API version substitution
* skeletonmm/examples/Makefile.am (local_libs): Substitute the value
of $(SKELETONMM_API_VERSION) rather than $(GLIBMM_API_VERSION).
skeletonmm/examples/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/skeletonmm/examples/Makefile.am b/skeletonmm/examples/Makefile.am
index 658aeb9..7e175f4 100644
--- a/skeletonmm/examples/Makefile.am
+++ b/skeletonmm/examples/Makefile.am
@@ -20,7 +20,7 @@ AUTOMAKE_OPTIONS = subdir-objects
check_PROGRAMS = example/example
local_includes = -I$(top_builddir)/skeleton $(if $(srcdir:.=),-I$(top_srcdir)/skeleton)
-local_libs = $(top_builddir)/skeleton/skeletonmm/libskeletonmm-$(GLIBMM_API_VERSION).la
+local_libs = $(top_builddir)/skeleton/skeletonmm/libskeletonmm-$(SKELETONMM_API_VERSION).la
AM_CPPFLAGS = -I$(top_builddir) $(local_includes) $(GTHREAD_CFLAGS) $(SKELETONMM_CFLAGS)
AM_CXXFLAGS = $(SKELETONMM_WXXFLAGS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]