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/libtdeedu/tdeeduui/Makefile.am

17 lines
471 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_TDEIO) $(LIB_TDEUI) $(LIB_TDEHTML) $(LIB_QT)
METASOURCES = AUTO