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