diff options
author | Matthias Mailänder <matthias@mailaender.name> | 2017-02-18 18:07:53 +0100 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-02-18 23:32:25 +0300 |
commit | 129670e7e2076cb1a3fc23351af2be670d0e5a59 (patch) | |
tree | 64413081cf3208fd28f40ca960f324a602c3d928 /Makefile.am | |
parent | e95326ff38b79da7c5ef7204f5df78cc9ce9f7e4 (diff) | |
download | plus-129670e7e2076cb1a3fc23351af2be670d0e5a59.tar.gz plus-129670e7e2076cb1a3fc23351af2be670d0e5a59.tar.bz2 plus-129670e7e2076cb1a3fc23351af2be670d0e5a59.tar.xz plus-129670e7e2076cb1a3fc23351af2be670d0e5a59.zip |
Add an appdata.xml file for Linux software galleries
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 536592c70..3140badf3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,8 +6,13 @@ desktopdir = $(datarootdir)/applications desktop_DATA = manaplus.desktop \ manaplustest.desktop +appdatadir = $(datarootdir)/appdata + +appdata_DATA = manaplus.appdata.xml + # Extra files to include EXTRA_DIST = $(desktop_DATA) \ + $(appdata_DATA) \ CMakeLists.txt \ po/CMakeLists.txt \ po/*.po \ |