diff options
author | raveit65 <[email protected]> | 2020-02-24 15:44:40 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-02-24 16:10:37 +0100 |
commit | d8eb934c33ecac3987f681f3e9681f0c33343c7b (patch) | |
tree | 74a53a3d104601bc4c30279be7317fc6a7371c8d /data | |
parent | 659dbabc56852bc4f69b0f3560c4f68969964bb5 (diff) | |
download | mozo-d8eb934c33ecac3987f681f3e9681f0c33343c7b.tar.bz2 mozo-d8eb934c33ecac3987f681f3e9681f0c33343c7b.tar.xz |
add meson build files to EXTRA_DIST
Diffstat (limited to 'data')
-rw-r--r-- | data/Makefile.am | 5 | ||||
-rw-r--r-- | data/icons/Makefile.am | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index e7462de..ce5f3fb 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -13,7 +13,10 @@ pkgdata_DATA = mozo.ui CLEANFILES = $(desktop_DATA) -EXTRA_DIST = $(pkgdata_DATA) $(man_MANS) +EXTRA_DIST = \ + meson.build \ + $(pkgdata_DATA) \ + $(man_MANS) install-data-hook: $(UPDATE_DESKTOP) diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am index 4819879..5dbbcf5 100644 --- a/data/icons/Makefile.am +++ b/data/icons/Makefile.am @@ -20,9 +20,10 @@ noinst_DATA = \ $(NULL) EXTRA_DIST = \ - $(public_icons) \ - $(private_icons) \ - $(noinst_DATA) \ + meson.build \ + $(public_icons) \ + $(private_icons) \ + $(noinst_DATA) \ $(NULL) ############################################################################### |