summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2019-06-22 17:45:36 +0100
committerMichael Meeks <michael.meeks@collabora.com>2019-08-05 21:18:44 -0400
commit13469e8b00375f9b5f0e2aaf0be1fc976ad213f6 (patch)
tree6a7206a0d6fee81ea023aea3c3ad7727cbcc4c2f /Makefile.am
parent15af6cf0422b08f6375a6005979d21d5374352b7 (diff)
clipboard - set it with a post now.
Change-Id: I6b9234988185984335408da502f479ccda8a95a7
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 7fcd4cc71..bb9b5631a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -174,7 +174,6 @@ wsd_headers = wsd/Admin.hpp \
wsd/AdminModel.hpp \
wsd/Auth.hpp \
wsd/ClientSession.hpp \
- wsd/Clipboard.hpp \
wsd/DocumentBroker.hpp \
wsd/Exceptions.hpp \
wsd/FileServer.hpp \
@@ -188,6 +187,7 @@ wsd_headers = wsd/Admin.hpp \
wsd/UserMessages.hpp
shared_headers = common/Common.hpp \
+ common/Clipboard.hpp \
common/Crypto.hpp \
common/JsonUtil.hpp \
common/IoUtil.hpp \