diff options
author | Timothy Pearson <[email protected]> | 2013-01-27 01:02:02 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-27 01:02:02 -0600 |
commit | de7e5867a65e0a46f1388e3e50bc7eeddd1aecbf (patch) | |
tree | dbb3152c372f8620f9290137d461f3d9f9eba1cb /kioslave/pop3/Makefile.am | |
parent | 936d3cec490c13f2c5f7dd14f5e364fddaa6da71 (diff) | |
download | tdebase-de7e5867a65e0a46f1388e3e50bc7eeddd1aecbf.tar.gz tdebase-de7e5867a65e0a46f1388e3e50bc7eeddd1aecbf.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kioslave/pop3/Makefile.am')
-rw-r--r-- | kioslave/pop3/Makefile.am | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/kioslave/pop3/Makefile.am b/kioslave/pop3/Makefile.am deleted file mode 100644 index 03ce04104..000000000 --- a/kioslave/pop3/Makefile.am +++ /dev/null @@ -1,17 +0,0 @@ -INCLUDES= -I$(srcdir)/../.. -I$(srcdir)/.. $(SSL_INCLUDES) $(all_includes) - -####### Files - -kde_module_LTLIBRARIES = kio_pop3.la - -kio_pop3_la_SOURCES = pop3.cc -kio_pop3_la_LIBADD = $(LIB_KIO) $(SASL2_LIBS) -kio_pop3_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) - -noinst_HEADERS = pop3.h - -kdelnk_DATA = pop3.protocol pop3s.protocol -kdelnkdir = $(kde_servicesdir) - -messages: - $(XGETTEXT) *.cc -o $(podir)/kio_pop3.pot |