Rename Makefile references from 3.0 to 4.0

This is almost certainly incomplete.
Needs careful scrutiny
This commit is contained in:
Matthias Clasen
2016-10-05 15:38:34 -04:00
parent 74f3d7f6d3
commit d053d5c58f
40 changed files with 240 additions and 240 deletions

View File

@@ -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)