From 1bb7b59349cf9360c10b558eb14d8cb377501039 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 29 Jan 2013 23:29:04 -0600 Subject: Rename a few build variables for overall consistency --- kmouth/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kmouth') diff --git a/kmouth/Makefile.am b/kmouth/Makefile.am index d48dfb4..879cae9 100644 --- a/kmouth/Makefile.am +++ b/kmouth/Makefile.am @@ -1,7 +1,7 @@ bin_PROGRAMS = kmouth kmouth_SOURCES = preferencesui.ui texttospeechconfigurationui.ui texttospeechconfigurationwidget.cpp optionsdialog.cpp configwizard.cpp phraseedit.cpp phraselist.cpp speech.cpp texttospeechsystem.cpp phraselistitem.cpp kmouth.cpp main.cpp -kmouth_LDADD = ./phrasebook/libphrasebook.a ./wordcompletion/libwordcompletion.a -ltdeprint $(LIB_KFILE) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT) $(LIBSOCKET) +kmouth_LDADD = ./phrasebook/libphrasebook.a ./wordcompletion/libwordcompletion.a -ltdeprint $(LIB_TDEFILE) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT) $(LIBSOCKET) SUBDIRS = icons phrasebook wordcompletion books . -- cgit v1.2.1