diff options
| author | Dana Jansens <danakj@orodu.net> | 2012-09-30 21:12:07 -0400 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2012-10-06 21:56:56 -0400 |
| commit | dc4cfa94c9cd7bd30cdc87a6e4ab8174d8a9703f (patch) | |
| tree | 5a5edc05f4010d43e41c1f95b600935c839ed388 /Makefile.am | |
| parent | 4d2ccf19168a4089a6a0de0109610479ec6d5507 (diff) | |
Make LeastOverlap placment replace the behaviour of Smart and address style nits
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 37059ae5..f32591f5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -282,12 +282,12 @@ openbox_openbox_SOURCES = \ openbox/mwm.h \ openbox/openbox.c \ openbox/openbox.h \ - openbox/overlap.c \ - openbox/overlap.h \ openbox/ping.c \ openbox/ping.h \ openbox/place.c \ openbox/place.h \ + openbox/place_overlap.c \ + openbox/place_overlap.h \ openbox/prompt.c \ openbox/prompt.h \ openbox/popup.c \ |
