diff options
Diffstat (limited to 'mpeglib_artsplug/Makefile.am')
-rw-r--r-- | mpeglib_artsplug/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpeglib_artsplug/Makefile.am b/mpeglib_artsplug/Makefile.am index 5cc7af54..1fe9b85e 100644 --- a/mpeglib_artsplug/Makefile.am +++ b/mpeglib_artsplug/Makefile.am @@ -94,7 +94,7 @@ libarts_splay_la_LIBADD = $(top_builddir)/mpeglib/lib/libmpeg.la \ bin_PROGRAMS = mpeglibartsplay -mpeglibartsplay_LDFLAGS = $(ARTSC_LIBS) $(all_libraries) +mpeglibartsplay_LDFLAGS = $(ARTSC_LIBS) $(all_libraries) $(LIB_QT) mpeglibartsplay_SOURCES = mpeglibartsplay.cpp mpeglibartsplay_LDADD = -lsoundserver_idl \ |