diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-21 02:25:54 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-21 02:25:54 +0000 |
commit | b924269184594cd7166bd4a1f02de62930211eed (patch) | |
tree | 3e8bd90e4e332d5d5ba79572ac12a6189ba9f5ff /kexi/data/trinity4compat/Makefile.am | |
parent | b29a88760d18f56788e028cbdcf9f226727c7f45 (diff) | |
download | koffice-b924269184594cd7166bd4a1f02de62930211eed.tar.gz koffice-b924269184594cd7166bd4a1f02de62930211eed.zip |
Second part of previous commit
Move files with kde3 in their name to have trinity in their name instead
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1248413 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kexi/data/trinity4compat/Makefile.am')
-rw-r--r-- | kexi/data/trinity4compat/Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/kexi/data/trinity4compat/Makefile.am b/kexi/data/trinity4compat/Makefile.am new file mode 100644 index 00000000..89c03dc0 --- /dev/null +++ b/kexi/data/trinity4compat/Makefile.am @@ -0,0 +1,10 @@ +application_DATA = \ + x-sqlite2.desktop \ + x-sqlite3.desktop + +applicationdir = $(kde_mimedir)/application + +magic_DATA = sqlite.magic msaccess.magic +magicdir = $(kde_confdir)/magic + +EXTRA_DIST = $(application_DATA) |