diff options
author | Timothy Pearson <[email protected]> | 2013-01-27 00:53:11 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-27 00:53:11 -0600 |
commit | 81e4241ea827a7b8f4d9b070de7a924d72d3c196 (patch) | |
tree | a4a59064e2cfd1c2be1ee29f547b11eb8b1dc0ff /src/Makefile.am | |
parent | bd136c5965d9a716f7763e0a6894e82b94dbaee2 (diff) | |
download | tdeio-apt-81e4241ea827a7b8f4d9b070de7a924d72d3c196.tar.gz tdeio-apt-81e4241ea827a7b8f4d9b070de7a924d72d3c196.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 4149181..182ad40 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -12,11 +12,11 @@ kio_apt_la_LDFLAGS = -avoid-version -module $(all_libraries) $(KDE_PLUGIN) $(LIB protocoldir = $(kde_servicesdir) protocol_DATA = apt.protocol apt+http.protocol -appdatadir = $(kde_datadir)/kio_apt/ +appdatadir = $(kde_datadir)/tdeio_apt/ appdata_DATA = kio_apt.css kdedeb_logo.png messages: rc.cpp - $(XGETTEXT) *.cpp -o $(podir)/kio_apt.pot + $(XGETTEXT) *.cpp -o $(podir)/tdeio_apt.pot noinst_HEADERS = debug.h aptcache.h apt.h regexps.h dpkg.h packagemanager.h |