diff options
author | Darrell Anderson <[email protected]> | 2014-01-12 17:06:49 -0600 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2014-01-12 17:06:49 -0600 |
commit | 160b2bf904061a80931bbd844d27aea4e8ce92d6 (patch) | |
tree | 009490138fc6730cd281f233754c2d273b2d8a78 | |
parent | 3fb0af5e2a407507b368cc12ae49cebc04fd1274 (diff) | |
download | kbarcode-160b2bf904061a80931bbd844d27aea4e8ce92d6.tar.gz kbarcode-160b2bf904061a80931bbd844d27aea4e8ce92d6.zip |
Fix installation location of mimetype desktop file.
-rw-r--r-- | kbarcode/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/kbarcode/Makefile.am b/kbarcode/Makefile.am index bfbc9c4..a6a22bc 100644 --- a/kbarcode/Makefile.am +++ b/kbarcode/Makefile.am @@ -54,7 +54,10 @@ kbarcode_SOURCES = barcodecombo.cpp barcodedialog.cpp \ csvfile.cpp referencecounted.cpp dstextedit.cpp encodingcombo.cpp purepostscript.cpp tbarcode2.cpp \ tdeactionmap.cpp -xdg_apps_DATA = kbarcode.desktop kbarcode-batch.desktop kbarcode-editor.desktop kbarcode-label.desktop kbarcode-single.desktop +xdg_apps_DATA = kbarcode.desktop kbarcode-batch.desktop kbarcode-editor.desktop kbarcode-single.desktop + +mimetype_DATA = kbarcode-label.desktop datafiles_DATA = barcodes.html exampledata.sql labeldefinitions.sql barcode.ps rules.xml datafilesdir = $(kde_datadir)/kbarcode +mimetypedir = $(kde_mimedir)/application |