diff options
Diffstat (limited to 'examples')
-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 25539e12ee..8ef4e6dafe 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -45,11 +45,11 @@ INCLUDES = \ $(GTK_DEP_CFLAGS) LDADD = \ - $(top_builddir)/gtk/libgtk-3.0.la \ + $(top_builddir)/gtk/libgtk-3.la \ $(GTK_DEP_LIBS) drawing_LDADD = $(LDADD) \ - $(top_builddir)/gdk/libgdk-3.0.la + $(top_builddir)/gdk/libgdk-3.la noinst_PROGRAMS = \ hello-world \ |