diff options
| -rw-r--r-- | arts/modules/synth/Makefile.am | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/arts/modules/synth/Makefile.am b/arts/modules/synth/Makefile.am index c9922aaa..e977fa85 100644 --- a/arts/modules/synth/Makefile.am +++ b/arts/modules/synth/Makefile.am @@ -31,10 +31,10 @@ libartsmodulessynth_la_COMPILE_FIRST = artsmodulessynth.h ../../midi/artsmidi.h  libartsmodulessynth_la_LIBADD = \  	$(top_builddir)/arts/runtime/libartsbuilder.la \  	$(top_builddir)/arts/midi/libartsmidi_idl.la \ -	-lartsflow -lgsl -lartsflow_idl -lmcop +	-lartsflow -lartsgsl -lartsflow_idl -lmcop  #libartsmodulessynth_la_LIBADD = $(top_builddir)/arts/gui/common/libartsgui_idl.la $(top_builddir)/arts/midi/libartsmidi_idl.la -lartsflow -lartsflow_idl -lmcop $(LIBDL) $(LIB_KDEUI) $(LIB_KDECORE) -libartsmodulessynth_la_LDFLAGS = $(all_libraries) -L$(arts_libraries) -lartsflow -lgsl -no-undefined +libartsmodulessynth_la_LDFLAGS = $(all_libraries) -L$(arts_libraries) -lartsflow -lartsgsl -no-undefined  artsmodulessynth.cc artsmodulessynth.h artsmodulessynth.mcoptype artsmodulessynth.mcopclass: $(srcdir)/artsmodulessynth.idl $(MCOPIDL)  	$(MCOPIDL) -t $(MCOP_INCLUDES) $(srcdir)/artsmodulessynth.idl  | 
