summaryrefslogtreecommitdiff
path: root/kde/daemon/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'kde/daemon/Makefile.am')
-rw-r--r--kde/daemon/Makefile.am9
1 files changed, 0 insertions, 9 deletions
diff --git a/kde/daemon/Makefile.am b/kde/daemon/Makefile.am
deleted file mode 100644
index bbdc52c..0000000
--- a/kde/daemon/Makefile.am
+++ /dev/null
@@ -1,9 +0,0 @@
-bin_PROGRAMS = dapi_kde
-
-dapi_kde_SOURCES = main.cpp handler.cpp kabchandler.cpp
-dapi_kde_LDADD = $(LIB_KABC) $(LIB_KIO) $(LIB_DAPI)
-dapi_kde_LDFLAGS = $(all_libraries)
-
-METASOURCES = AUTO
-
-INCLUDES = $(all_includes)