You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
853 B
14 lines
853 B
noinst_LIBRARIES = libwordcompletion.a
|
|
|
|
INCLUDES = $(all_includes)
|
|
|
|
libwordcompletion_a_METASOURCES = AUTO
|
|
|
|
libwordcompletion_a_SOURCES = wordcompletionui.ui creationsourceui.ui creationsourcedetailsui.ui kdedocsourceui.ui \
|
|
wordlist.cpp wordcompletion.cpp wordcompletionwidget.cpp dictionarycreationwizard.cpp klanguagebutton.cpp klanguagebuttonhelper.cpp
|
|
|
|
EXTRA_DIST = wordcompletionui.ui creationsourceui.ui creationsourcedetailsui.ui kdedocsourceui.ui \
|
|
creationsourceui.ui.h creationsourcedetailsui.ui.h kdedocsourceui.ui.h \
|
|
wordlist.cpp wordcompletion.cpp wordcompletionwidget.cpp dictionarycreationwizard.cpp klanguagebutton.cpp klanguagebuttonhelper.cpp \
|
|
wordlist.h wordcompletion.h wordcompletionwidget.h dictionarycreationwizard.h klanguagebutton.h klanguagebuttonhelper.h
|