diff options
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index e6627ae15..a7bada5bf 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -60,7 +60,11 @@ css_DATA = \ empathy.css \ $(NULL) +appdatadir = $(datadir)/appdata +appdata_files = empathy.appdata.xml + EXTRA_DIST = \ + $(appdata_files) \ $(convert_DATA) \ $(desktop_in_files) \ $(desktop_DATA) \ |