diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2007-03-23 17:02:11 +0000 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2007-03-23 17:02:11 +0000 |
| commit | 4ad3961e366df1f3406e0c89abfb0524f16aa7c4 (patch) | |
| tree | 03bfa9a936406b9ca5d8d81056c359b22807621f | |
| parent | ba161e967b8f994e9c786d65c70318571fbf032b (diff) | |
accidentally didn't include client_list_menu.h in dist
| -rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 34dbafc2..7d5eb056 100644 --- a/Makefile.am +++ b/Makefile.am @@ -136,6 +136,7 @@ openbox_openbox_SOURCES = \ openbox/client.c \ openbox/client.h \ openbox/client_list_menu.c \ + openbox/client_list_menu.h \ openbox/client_list_combined_menu.c \ openbox/client_list_combined_menu.h \ openbox/client_menu.c \ |
