diff --git a/src/Makefile.am b/src/Makefile.am index c8767517d..84c03bf5c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -12,12 +12,6 @@ INCLUDES = \ $(X_CFLAGS) \ -I$(top_srcdir) -LDADDS = \ - $(x_ldflags) \ - $(x_libs) \ - $(GLIB_LIBS) \ - -lm - noinst_LTLIBRARIES = libpango-ot.la libpango_ot_la_SOURCES = \ @@ -38,6 +32,12 @@ libpango_ot_la_SOURCES = \ pango-ot-private.h \ pango-ot-ruleset.c +libpango_ot_la_LIBADD = \ + $(x_ldflags) \ + $(x_libs) \ + $(GLIB_LIBS) \ + -lm + if BUILD_OT_TESTS noinst_PROGRAMS = ottest endif