summaryrefslogtreecommitdiffstats
path: root/src/apps/kttorinfo/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/apps/kttorinfo/Makefile.am')
-rw-r--r--src/apps/kttorinfo/Makefile.am10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/apps/kttorinfo/Makefile.am b/src/apps/kttorinfo/Makefile.am
deleted file mode 100644
index 0736208..0000000
--- a/src/apps/kttorinfo/Makefile.am
+++ /dev/null
@@ -1,10 +0,0 @@
-INCLUDES = -I$(srcdir)/../../libktorrent $(all_includes)
-METASOURCES = AUTO
-
-bin_PROGRAMS = kttorinfo
-kttorinfo_SOURCES = main.cpp
-kttorinfo_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
-kttorinfo_LDADD = ../../libktorrent/libktorrent.la $(LIB_TDEPARTS) $(LIB_TDEFILE) \
- $(LIB_TDEIO)
-
-KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(USE_RTTI)