diff options
author | infirit <[email protected]> | 2014-07-28 16:19:06 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2014-07-28 16:19:06 +0200 |
commit | 078023865cfc436800cf8f9943158f47fd777d6b (patch) | |
tree | 585f3a9065643ca99e1c928a37dc1152a9f771c3 /src | |
parent | 7ae5c8ac22ae22bb03e338d7b9bc3895b0902d56 (diff) | |
download | eom-078023865cfc436800cf8f9943158f47fd777d6b.tar.bz2 eom-078023865cfc436800cf8f9943158f47fd777d6b.tar.xz |
Put EomClipboardHandler into the public API
Based on eog commit a9029cb760020d0de65e32910f2e707c8fb19198
From Felix Riemann <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 58ee182..3424263 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -38,7 +38,6 @@ NOINST_H_FILES = \ eom-plugin-engine.h \ uta.h \ eom-close-confirmation-dialog.h \ - eom-clipboard-handler.h \ zoom.h if ENABLE_PYTHON @@ -67,6 +66,7 @@ INST_H_FILES = \ eom-list-store.h \ eom-thumbnail.h \ eom-job-queue.h \ + eom-clipboard-handler.h \ eom-jobs.h \ eom-plugin.h |