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
|
||
|
|
||
|
lib_LTLIBRARIES = libkdeeduui.la
|
||
|
|
||
|
libkdeeduui_la_SOURCES = \
|
||
|
kedusimpleentrydlg.cpp kedusimpleentrydlgForm.ui kdeeduglossary.cpp
|
||
|
|
||
|
libkdeeduuiincludedir = $(includedir)/libkdeedu
|
||
|
libkdeeduuiinclude_HEADERS = kdeeduglossary.h
|
||
|
|
||
|
libkdeeduui_la_LDFLAGS = $(all_libraries) -no-undefined -version-info 3:5:0
|
||
|
libkdeeduui_la_LIBADD = $(LIB_KDECORE) $(LIB_KIO) $(LIB_KDEUI) $(LIB_KHTML)
|
||
|
|
||
|
METASOURCES = AUTO
|
||
|
|