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.
|
|
|
INCLUDES = $(all_includes) -I$(srcdir)/../libkicker
|
|
|
|
|
|
|
|
lib_LTLIBRARIES = libtaskmanager.la
|
|
|
|
libtaskmanager_la_SOURCES = tasklmbmenu.cpp taskrmbmenu.cpp taskmanager.cpp
|
|
|
|
libtaskmanager_la_METASOURCES = AUTO
|
|
|
|
|
|
|
|
libtaskmanager_la_LDFLAGS = $(all_libraries) -version-info 1:0:0 -no-undefined
|
|
|
|
libtaskmanager_la_LIBADD = $(LIB_TDECORE) $(LIB_XFIXES) $(LIB_XRENDER) $(LIB_XCOMPOSITE) ../libkicker/libkickermain.la
|
|
|
|
|
|
|
|
messages:
|
|
|
|
$(XGETTEXT) *.cpp *.h -o $(podir)/libtaskmanager.pot
|