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.
17 lines
467 B
17 lines
467 B
INCLUDES= $(all_includes)
|
|
SUBDIRS = . tests
|
|
|
|
lib_LTLIBRARIES = libtdeeduui.la
|
|
|
|
libtdeeduui_la_SOURCES = \
|
|
kedusimpleentrydlg.cpp kedusimpleentrydlgForm.ui tdeeduglossary.cpp
|
|
|
|
libtdeeduuiincludedir = $(includedir)/libtdeedu
|
|
libtdeeduuiinclude_HEADERS = tdeeduglossary.h
|
|
|
|
libtdeeduui_la_LDFLAGS = $(all_libraries) -no-undefined -version-info 3:5:0
|
|
libtdeeduui_la_LIBADD = $(LIB_TDECORE) $(LIB_KIO) $(LIB_TDEUI) $(LIB_KHTML) $(LIB_QT)
|
|
|
|
METASOURCES = AUTO
|
|
|