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.
|
|
|
|
|
|
|
SUBDIRS = kcm
|
|
|
|
|
|
|
|
bin_PROGRAMS = tdepasswd
|
|
|
|
tdepasswd_SOURCES = tdepasswd.cpp passwd.cpp passwddlg.cpp
|
|
|
|
tdepasswd_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
|
|
|
|
tdepasswd_LDADD = $(LIB_TDEIO)
|
|
|
|
|
|
|
|
METASOURCES = AUTO
|
|
|
|
AM_CPPFLAGS= -I$(top_srcdir)/libkonq $(all_includes)
|
|
|
|
noinst_HEADERS = passwd.h passwddlg.h
|
|
|
|
|
|
|
|
xdg_apps_DATA = tdepasswd.desktop
|
|
|
|
|
|
|
|
messages:
|
|
|
|
$(XGETTEXT) $(tdepasswd_SOURCES) -o $(podir)/tdepasswd.pot
|
|
|
|
|