diff options
author | Kristian Høgsberg <krh@bitplanet.net> | 2011-11-18 13:46:56 -0500 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2011-11-18 13:46:56 -0500 |
commit | cf04b0a18f25cf1161c84f8ba979805eeaadea09 (patch) | |
tree | 0f16c37b0072297a40206f62de8c40ed1d41f217 /src/Makefile.am | |
parent | 68d13212f238f874600b8ef6020d174edbcbf5f0 (diff) |
Move private definitions and prototypes to new wayland-private.h
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 156ca2e..979a0c6 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -14,6 +14,7 @@ libwayland_util_la_SOURCES = \ connection.h \ wayland-util.c \ wayland-util.h \ + wayland-private.h \ wayland-hash.c libwayland_server_la_LIBADD = $(FFI_LIBS) libwayland-util.la -lrt |