diff options
author | yetist <[email protected]> | 2018-05-02 22:57:02 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-05-27 13:44:45 +0200 |
commit | 6399b844738571244bb52d144a60ede86c8a45bc (patch) | |
tree | 6472b577915244a49acceae6a26aecccd7529005 /util/Makefile.am | |
parent | 524d3e4fc324c2cbc2454e8b1fcddc6622dc4714 (diff) | |
download | mate-menus-6399b844738571244bb52d144a60ede86c8a45bc.tar.bz2 mate-menus-6399b844738571244bb52d144a60ede86c8a45bc.tar.xz |
udpate examples
Diffstat (limited to 'util/Makefile.am')
-rw-r--r-- | util/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/Makefile.am b/util/Makefile.am index 71e3e69..064518e 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -18,7 +18,7 @@ mate_menu_spec_test_LDADD = \ ../libmenu/libmate-menu.la exampledir = $(pkgdatadir)/examples -example_DATA = mate-menus-ls.py mate-menus-ls.js +example_DATA = mate-menus-ls.py EXTRA_DIST = $(example_DATA) |