diff options
author | lukefromdc <[email protected]> | 2017-07-14 17:18:59 -0400 |
---|---|---|
committer | lukefromdc <[email protected]> | 2017-08-13 14:37:24 -0400 |
commit | 401faa0e87a8769607b979ac464be8c0fc832ff7 (patch) | |
tree | e385338950f7abd16a997fc3309a03ebc8dde9c3 /libmate-panel-applet/Makefile.am | |
parent | 6bcad424c6efaf2b37f1810f52ab9ffd24377cd8 (diff) | |
download | mate-panel-401faa0e87a8769607b979ac464be8c0fc832ff7.tar.bz2 mate-panel-401faa0e87a8769607b979ac464be8c0fc832ff7.tar.xz |
limatepanel-applet: add panel-applet-private.h
... and move private functions from factory to this file. Later
we will have at least one more private function.
Based on https://github.com/GNOME/gnome-panel/commit/c04da8c76ee6f16af44faca2b247df71e98b0a4b
plus one more change as it was added out of order
Diffstat (limited to 'libmate-panel-applet/Makefile.am')
-rw-r--r-- | libmate-panel-applet/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libmate-panel-applet/Makefile.am b/libmate-panel-applet/Makefile.am index a89c8f92..dfe056ea 100644 --- a/libmate-panel-applet/Makefile.am +++ b/libmate-panel-applet/Makefile.am @@ -24,7 +24,8 @@ libmate_panel_applet_4_la_SOURCES = \ mate-panel-applet-gsettings.c \ mate-panel-applet-gsettings.h \ panel-plug.c \ - panel-plug-private.h + panel-plug-private.h \ + panel-applet-private.h libmate_panel_applet_4_la_LIBADD = \ $(LIBMATE_PANEL_APPLET_LIBS) \ |