summaryrefslogtreecommitdiff
path: root/examples/application4
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2016-10-05 15:38:34 -0400
committerMatthias Clasen <mclasen@redhat.com>2016-10-07 10:34:50 -0400
commitd053d5c58fedaac652bd059a9be53fb135f89fab (patch)
tree26055d8a4e90010ca5fde9bb76b871de33fcb04b /examples/application4
parent74f3d7f6d3349f71a10cfd694718e75fd0ea1a3b (diff)
downloadgtk+-d053d5c58fedaac652bd059a9be53fb135f89fab.tar.gz
Rename Makefile references from 3.0 to 4.0
This is almost certainly incomplete. Needs careful scrutiny
Diffstat (limited to 'examples/application4')
-rw-r--r--examples/application4/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/application4/Makefile.am b/examples/application4/Makefile.am
index c14a3cbcf1..20c6b588b7 100644
--- a/examples/application4/Makefile.am
+++ b/examples/application4/Makefile.am
@@ -3,8 +3,8 @@ GTK_CFLAGS = \
$(GTK_DEP_CFLAGS)
GTK_LIBS = \
- $(top_builddir)/gtk/libgtk-3.la \
- $(top_builddir)/gdk/libgdk-3.la \
+ $(top_builddir)/gtk/libgtk-4.la \
+ $(top_builddir)/gdk/libgdk-4.la \
$(GTK_DEP_LIBS)