summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-12-08 23:07:00 -0500
committerMatthias Clasen <mclasen@redhat.com>2010-12-21 12:06:55 -0500
commit07d49ee56a4ce86d9d6154e00ff6b10bd3bdc2a4 (patch)
tree1b90702b472ced7ca391f34df2c110f8d0e6aaa7 /examples
parentae146a281750926eee6c5fafb88414999ffa6821 (diff)
downloadgtk+-07d49ee56a4ce86d9d6154e00ff6b10bd3bdc2a4.tar.gz
Merge libgdk and libgtk
This commit does a number of things: - remove some dead wchar configury from configure.ac and gdkconfig.h - repurpose gdkconfig.h as header that contains GDK_WINDOWING_foo macros for each included backend, include it in gdk.h and install it in $includedir instead of below $libdir - drop the backend from the library names - build libgdk-3.0.la as a convenience lib and include it in libgtk-3.0.la It does not yet enable building multiple backends at the same time.
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 0dbef0aa44..f15e35d7dc 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -45,8 +45,7 @@ INCLUDES = \
$(GTK_DEP_CFLAGS)
LDADD = \
- $(top_builddir)/gdk/$(gdktargetlib) \
- $(top_builddir)/gtk/$(gtktargetlib) \
+ $(top_builddir)/gtk/libgtk-3.0.la \
$(GTK_DEP_LIBS)
noinst_PROGRAMS = hello-world window-default