summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-07-26 12:15:01 +0200
committerinfirit <[email protected]>2014-07-26 12:48:21 +0200
commite4177ed4c0de5eaa4294c756a43e072f1373cb0f (patch)
treee220bf77c549f6a8579d9751c543de3e2a27aa62 /src/Makefile.am
parentc35741c224cdbb67e05229aaafaa96373e4e7947 (diff)
downloadeom-e4177ed4c0de5eaa4294c756a43e072f1373cb0f.tar.bz2
eom-e4177ed4c0de5eaa4294c756a43e072f1373cb0f.tar.xz
Allow handling multiple clipboard data formats from one menu entry
The new class "snapshots" the required data from the given EomImage and keeps it around for clipboard usage until the clipboard gets reset. Based on eog commit dcb56b03e9c9282138b9da94eddcedfc401ab750 From Felix Riemann <[email protected]>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 8d9e15f..91002f9 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -38,6 +38,7 @@ NOINST_H_FILES = \
eom-plugin-engine.h \
uta.h \
eom-close-confirmation-dialog.h \
+ eom-clipboard-handler.h \
zoom.h
if ENABLE_PYTHON
@@ -107,6 +108,7 @@ libeom_la_SOURCES = \
eom-plugin.c \
eom-plugin-manager.c \
eom-plugin-engine.c \
+ eom-clipboard-handler.c \
uta.c \
zoom.c \
$(BUILT_SOURCES) \