diff options
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 \ |