summaryrefslogtreecommitdiff
path: root/skeletonmm/examples
diff options
context:
space:
mode:
authorDaniel Elstner <danielk@openismus.com>2009-09-22 15:10:20 +0200
committerDaniel Elstner <danielk@openismus.com>2009-09-22 15:10:20 +0200
commit0a13e4f70a90a12c10b8e1a5db66ce2bb810e7dd (patch)
tree16559ddcb19d819f1c0a1d6b8c01280763b95453 /skeletonmm/examples
parent451feb8b0fc8a7bce55847a116853c1dcec103d5 (diff)
downloadmm-common-0a13e4f70a90a12c10b8e1a5db66ce2bb810e7dd.tar.gz
Correct libskeletonmm API version substitution
* skeletonmm/examples/Makefile.am (local_libs): Substitute the value of $(SKELETONMM_API_VERSION) rather than $(GLIBMM_API_VERSION).
Diffstat (limited to 'skeletonmm/examples')
-rw-r--r--skeletonmm/examples/Makefile.am2
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)