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, 10 insertions, 0 deletions
diff --git a/src/apps/kttorinfo/Makefile.am b/src/apps/kttorinfo/Makefile.am
new file mode 100644
index 0000000..0736208
--- /dev/null
+++ b/src/apps/kttorinfo/Makefile.am
@@ -0,0 +1,10 @@
+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)