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
479 B
15 lines
479 B
bin_PROGRAMS = kpartsaver.kss
|
|
INCLUDES = $(all_includes)
|
|
|
|
kpartsaver_kss_SOURCES = kpartsaver.cpp configwidget.ui
|
|
kpartsaver_kss_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
|
|
kpartsaver_kss_LDADD = $(LIB_KFILE) $(LIB_KPARTS) -lkscreensaver
|
|
|
|
METASOURCES = AUTO
|
|
|
|
desktop_DATA = kpartsaver.desktop
|
|
desktopdir = $(kde_appsdir)/System/ScreenSavers
|
|
|
|
messages: rc.cpp
|
|
$(XGETTEXT) *.cpp -o $(podir)/kpartsaver.pot
|