diff options
author | Adam Jackson <ajax@redhat.com> | 2008-12-10 13:32:04 -0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-12-11 10:16:46 -0500 |
commit | e0d8f6a8084a3fe6c549c1dee11e4502e316c382 (patch) | |
tree | 4841dcce9a632662045a1784eb68e145ba4129c8 /Xext/Makefile.am | |
parent | 1208a1dbcaecbc218a77bf51068f9c0c768e16c5 (diff) |
xsync: Use a local header for server API definitions
Diffstat (limited to 'Xext/Makefile.am')
-rw-r--r-- | Xext/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Xext/Makefile.am b/Xext/Makefile.am index beb9e7a77..f3b765230 100644 --- a/Xext/Makefile.am +++ b/Xext/Makefile.am @@ -26,6 +26,7 @@ BUILTIN_SRCS = \ sleepuntil.c \ sleepuntil.h \ sync.c \ + syncsrv.h \ xcmisc.c \ xtest.c |