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

45 lines
962 B

bin_PROGRAMS = kshutdown
kshutdown_SOURCES = \
actions.cpp \
appobserver.cpp \
configuration.cpp \
confirmation.cpp \
extras.cpp \
kshutdowniface_skel.cpp \
links.cpp \
mactioneditdialog.cpp \
main.cpp \
miscutils.cpp \
mmainwindow.cpp \
mmessagedialog.cpp \
msettingsdialog.cpp \
mstatstab.cpp \
msystemtray.cpp \
mtip.cpp \
progressbar.cpp \
systemconfig.cpp
kshutdown_LDADD = $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KFILE) $(LIB_TDEIO) $(LIB_TQT) -lDCOP -ltdefx
kshutdown_LDFLAGS = $(all_libraries) $(KDE_RPATH)
EXTRA_DIST = \
kshutdown.desktop \
kshutdowniface.kidl \
kshutdown.upd
appdir = $(prefix)/share/applications
app_DATA = kshutdown.desktop
tdeconfdir = $(kde_datadir)/tdeconf_update
tdeconf_DATA = kshutdown.upd
INCLUDES = $(all_includes)
METASOURCES = AUTO
messages:
LIST=`find ../kshutdown ../kshutdownlockout -name \*.h -o -name \*.cpp`; \
if test -n "$$LIST"; then \
$(XGETTEXT) $$LIST -o $(podir)/kshutdown.pot; \
fi