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.
15 lines
503 B
15 lines
503 B
bin_PROGRAMS = tdepartsaver.kss
|
|
INCLUDES = $(all_includes)
|
|
|
|
tdepartsaver_kss_SOURCES = tdepartsaver.cpp configwidget.ui
|
|
tdepartsaver_kss_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
|
|
tdepartsaver_kss_LDADD = $(LIB_TDEFILE) $(LIB_TDEPARTS) -ltdescreensaver
|
|
|
|
METASOURCES = AUTO
|
|
|
|
desktop_DATA = tdepartsaver.desktop
|
|
desktopdir = $(kde_appsdir)/System/ScreenSavers
|
|
|
|
messages: rc.cpp
|
|
$(XGETTEXT) *.cpp -o $(podir)/tdepartsaver.pot
|