summaryrefslogtreecommitdiff
path: root/build_shared
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@usa.net>2003-01-21 16:50:58 +0000
committerMurray Cumming <murrayc@src.gnome.org>2003-01-21 16:50:58 +0000
commit936612bed01c92c4df75d97d90b3d30e74f3a923 (patch)
treedf7f5619f18f4e3eec4b685caec7d3e2cae40b9f /build_shared
parent81fe664747c0749a6f972c66f8da859a841d2fac (diff)
downloadglibmm-936612bed01c92c4df75d97d90b3d30e74f3a923.tar.gz
Use GLIBMM_* instead of GTKMM_* to avoid config.h clashes with gtkmm 2.4.
2003-01-21 Murray Cumming <murrayc@usa.net> * configure.in: Use GLIBMM_* instead of GTKMM_* to avoid config.h clashes with gtkmm 2.4. * glib/glibmm-2.4.pc.in: Correct cflags - report 2.4 instead of 2.0.
Diffstat (limited to 'build_shared')
-rw-r--r--build_shared/Makefile_build.am_fragment2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_shared/Makefile_build.am_fragment b/build_shared/Makefile_build.am_fragment
index 3988e619..776c3e87 100644
--- a/build_shared/Makefile_build.am_fragment
+++ b/build_shared/Makefile_build.am_fragment
@@ -36,7 +36,7 @@ no_undefined =
win32_dlls_extra_libs =
endif
-common_ldflags = -version-info $(LIBGTKMM_SO_VERSION) $(no_undefined) $(LIBSTDCPP_LIBS)
+common_ldflags = -version-info $(LIBGLIBMM_SO_VERSION) $(no_undefined) $(LIBSTDCPP_LIBS)
all_includes = -I$(top_builddir)/glib -I$(top_srcdir)/glib \
-I$(top_builddir)/pango -I$(top_srcdir)/pango \