summaryrefslogtreecommitdiffstats
path: root/xparts/src/kde/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'xparts/src/kde/Makefile.am')
-rw-r--r--xparts/src/kde/Makefile.am17
1 files changed, 0 insertions, 17 deletions
diff --git a/xparts/src/kde/Makefile.am b/xparts/src/kde/Makefile.am
deleted file mode 100644
index 9b70542e..00000000
--- a/xparts/src/kde/Makefile.am
+++ /dev/null
@@ -1,17 +0,0 @@
-
-INCLUDES = -I$(srcdir)/../interfaces $(all_includes)
-
-lib_LTLIBRARIES = libkdexparts.la
-
-libkdexparts_la_SOURCES = xparthost_kpart.cpp xparthost.skel xpart.stub \
- kbrowsersignals.cpp xbrowsersignals.skel xbrowserextension.stub
-libkdexparts_la_LIBADD = $(LIB_TDEPARTS) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) -lDCOP
-libkdexparts_la_LDFLAGS = $(all_libraries) -no-undefined -version-info 1:0
-
-xpart_DIR=$(srcdir)/../interfaces
-xparthost_DIR=$(srcdir)/../interfaces
-xbrowsersignals_DIR=$(srcdir)/../interfaces
-xbrowserextension_DIR=$(srcdir)/../interfaces
-
-METASOURCES = AUTO
-