Skip to content

Commit

Permalink
Tell build system about appstream data
Browse files Browse the repository at this point in the history
  • Loading branch information
benwaffle committed May 22, 2016
1 parent 7f1dd9f commit a8a42d2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ AC_INIT([vaccine], [0.0.1])
AM_INIT_AUTOMAKE([foreign subdir-objects no-dist-gzip dist-xz])
AM_SILENT_RULES([yes])
AM_MAINTAINER_MODE([enable])
AC_CONFIG_MACRO_DIRS([m4])

AX_CHECK_ENABLE_DEBUG([yes])

Expand All @@ -13,6 +14,7 @@ dnl bayes-glib
LT_INIT([static])

GLIB_GSETTINGS
APPSTREAM_XML

PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.44])
PKG_CHECK_MODULES([GTK3], [gtk+-3.0])
Expand Down
4 changes: 4 additions & 0 deletions data/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,8 @@ nobase_icon_DATA = \
hicolor/512x512/apps/vaccine.png \
hicolor/scalable/apps/vaccine.svg

# appstream
@APPSTREAM_XML_RULES@
appstream_XML = org.vaccine.app.appdata.xml

-include $(top_srcdir)/git.mk

0 comments on commit a8a42d2

Please sign in to comment.