summaryrefslogtreecommitdiffstats
path: root/kdepasswd/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'kdepasswd/Makefile.am')
-rw-r--r--kdepasswd/Makefile.am17
1 files changed, 0 insertions, 17 deletions
diff --git a/kdepasswd/Makefile.am b/kdepasswd/Makefile.am
deleted file mode 100644
index 3a5c6e626..000000000
--- a/kdepasswd/Makefile.am
+++ /dev/null
@@ -1,17 +0,0 @@
-
-SUBDIRS = kcm
-
-bin_PROGRAMS = kdepasswd
-kdepasswd_SOURCES = kdepasswd.cpp passwd.cpp passwddlg.cpp
-kdepasswd_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
-kdepasswd_LDADD = $(LIB_KIO)
-
-METASOURCES = AUTO
-AM_CPPFLAGS= -I$(top_srcdir)/libkonq $(all_includes)
-noinst_HEADERS = passwd.h passwddlg.h
-
-xdg_apps_DATA = kdepasswd.desktop
-
-messages:
- $(XGETTEXT) $(kdepasswd_SOURCES) -o $(podir)/kdepasswd.pot
-