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.
tdeedu/libkdeedu/kdeeduui/Makefile.am

17 lines
457 B

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_TDECORE) $(LIB_KIO) $(LIB_TDEUI) $(LIB_KHTML)
METASOURCES = AUTO