diff options
author | Felix Riemann <[email protected]> | 2012-08-12 16:35:46 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-07-17 21:53:38 +0200 |
commit | a3c97eb293bfff825c43bd10d5584ae5a20f5495 (patch) | |
tree | 182bf7d6d551653c00b2e376bb7d9b4ec1f6cfac /src/Makefile.am | |
parent | bb3b0c0a009cbf5f699a37c656b43bdc5a12b7b0 (diff) | |
download | eom-a3c97eb293bfff825c43bd10d5584ae5a20f5495.tar.bz2 eom-a3c97eb293bfff825c43bd10d5584ae5a20f5495.tar.xz |
EomApplication: Make most members private
This allows plugin usage without installing toolbar editor headers.
origin commit:
https://gitlab.gnome.org/GNOME/eog/commit/e647078
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 79fe623..8f9cab7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -16,6 +16,7 @@ MARSHAL_OUTPUT = \ eom-marshal.c NOINST_H_FILES = \ + eom-application-internal.h \ eom-session.h \ eom-util.h \ eom-pixbuf-util.h \ |