diff options
Diffstat (limited to 'gtk/theme-bits')
-rw-r--r-- | gtk/theme-bits/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/theme-bits/Makefile.am b/gtk/theme-bits/Makefile.am index 101a13d669..2819897e3c 100644 --- a/gtk/theme-bits/Makefile.am +++ b/gtk/theme-bits/Makefile.am @@ -6,6 +6,6 @@ INCLUDES = -I$(top_srcdir) -I$(top_builddir) \ noinst_PROGRAMS = decompose-bits decompose_bits_SOURCES = decompose-bits.c -decompose_bits_LDADD = $(top_builddir)/gdk-pixbuf/libgdk_pixbuf-1.3.la +decompose_bits_LDADD = $(top_builddir)/gdk-pixbuf/libgdk_pixbuf-$(GTK_API_VERSION).la EXTRA_DIST = check-13.png check-13-inconsistent.png radio-13.png radio-13-inconsistent.png |