summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am~
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am~')
-rw-r--r--src/Makefile.am~17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/Makefile.am~ b/src/Makefile.am~
new file mode 100644
index 0000000..c6e895c
--- /dev/null
+++ b/src/Makefile.am~
@@ -0,0 +1,17 @@
+INCLUDES = $(all_includes)
+METASOURCES = AUTO
+
+SUBDIRS = icons
+
+kde_module_LTLIBRARIES = kio_app.la
+
+kio_app_la_SOURCES = app.cpp appimpl.cpp
+kio_app_la_LIBADD = -lkio
+kio_app_la_LDFLAGS = -module -avoid-version $(all_libraries) $(KDE_PLUGIN)
+
+protocol_DATA = app.protocol
+protocoldir = $(kde_servicesdir)
+
+messages: rc.cpp
+ $(EXTRACTRC) `find . -name \*.ui -o -name \*.rc` > rc.cpp
+ $(XGETTEXT) *.cpp -o $(podir)/kio_app.pot