diff options
author | Timothy Pearson <[email protected]> | 2013-01-27 00:53:08 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-27 00:53:08 -0600 |
commit | 1d166accf42ea52c5fca931ef4852822dd605fd6 (patch) | |
tree | 53d93834f8a28cbfa6f95149f836fa865ddf392f /src/Makefile.am | |
parent | b85b744fad09538d45f9deca07a219f174334c04 (diff) | |
download | kile-1d166accf42ea52c5fca931ef4852822dd605fd6.tar.gz kile-1d166accf42ea52c5fca931ef4852822dd605fd6.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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 253c961..7e66b40 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -7,7 +7,7 @@ mimetypetextdatadir = $(kde_mimedir)/text update_DATA = kile.upd update_SCRIPTS = kile1.6_upd.pl kile1.7_upd.pl kile1.9-1_upd.pl kile1.9_upd.pl \ kile2.0-1_upd.pl kile2.0-2_upd.pl kile2.0-3_upd.pl kile2.0-4_upd.pl kile2.0-5_upd.pl -updatedir = $(kde_datadir)/kconf_update +updatedir = $(kde_datadir)/tdeconf_update EXTRA_DIST = kile.kdevprj admin AUTHORS COPYING ChangeLog kile-remote-control.txt README README.cwl README.MacOSX kile.lsm $(mimetypetextdata_DATA) |