diff options
author | raveit65 <[email protected]> | 2018-03-25 21:08:45 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-03-25 21:30:43 +0200 |
commit | 397531135d3510562b7c787eae2ac165dde65ef9 (patch) | |
tree | 455aeca66c9b551dbd3b7446bf98989cc0f58df7 | |
parent | fca5e6e075c46a94afdbf9016da11a019e34e5eb (diff) | |
download | mate-panel-397531135d3510562b7c787eae2ac165dde65ef9.tar.bz2 mate-panel-397531135d3510562b7c787eae2ac165dde65ef9.tar.xz |
fix distcheck
-rw-r--r-- | mate-panel/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mate-panel/Makefile.am b/mate-panel/Makefile.am index 8c07329d..0b822882 100644 --- a/mate-panel/Makefile.am +++ b/mate-panel/Makefile.am @@ -80,6 +80,7 @@ panel_headers = \ panel.h \ applet.h \ drawer.h \ + drawer-private.h \ panel-util.h \ panel-properties-dialog.h \ panel-config-global.h \ |