diff options
author | Matthias Clasen <mclasen@redhat.com> | 2016-10-05 15:38:34 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2016-10-07 10:34:50 -0400 |
commit | d053d5c58fedaac652bd059a9be53fb135f89fab (patch) | |
tree | 26055d8a4e90010ca5fde9bb76b871de33fcb04b /examples/Makefile.am | |
parent | 74f3d7f6d3349f71a10cfd694718e75fd0ea1a3b (diff) | |
download | gtk+-d053d5c58fedaac652bd059a9be53fb135f89fab.tar.gz |
Rename Makefile references from 3.0 to 4.0
This is almost certainly incomplete.
Needs careful scrutiny
Diffstat (limited to 'examples/Makefile.am')
-rw-r--r-- | examples/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am index 710d4a35ec..31abbc302d 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -15,8 +15,8 @@ AM_CPPFLAGS = \ $(GTK_DEP_CFLAGS) LDADD = \ - $(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) noinst_PROGRAMS = \ |