diff options
author | Richard Hughes <richard@hughsie.com> | 2012-01-13 09:20:48 +0000 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2012-01-13 12:58:52 -0500 |
commit | 4b5871e2b8be59b5dc3daa6fe00eb1bee80bfad6 (patch) | |
tree | a040f7d8cea5ae6b227efa720ed81c7c101bc0f9 /src | |
parent | e0b6af03cad9cb970072f39d602c85be6b4b014b (diff) |
Fix 'make dist' as connection.h no longer exists
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 3f7b686..f356b54 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -11,7 +11,6 @@ include_HEADERS = \ libwayland_util_la_SOURCES = \ connection.c \ - connection.h \ wayland-util.c \ wayland-util.h \ wayland-private.h |