diff options
| author | Dana Jansens <danakj@orodu.net> | 2008-01-31 18:22:58 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2008-01-31 18:22:58 -0500 |
| commit | f34add544006b1ab07b0679ec941395049743ef0 (patch) | |
| tree | 8695fc326523d55a58fc39bc00ef75f7616888c5 | |
| parent | 5563e251c36a1fbda703cf4bc3c8c6ae543829bd (diff) | |
install the right headers for obt/obrender
| -rw-r--r-- | Makefile.am | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/Makefile.am b/Makefile.am index 9b3140c3..d99fa30b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -386,21 +386,16 @@ pubinclude_HEADERS = \ render/mask.h \ render/render.h \ render/theme.h \ + render/version.h \ obt/display.h \ - obt/display.c \ obt/keyboard.h \ - obt/keyboard.c \ obt/mainloop.h \ - obt/mainloop.c \ obt/parse.h \ - obt/parse.c \ obt/paths.h \ - obt/paths.c \ obt/prop.h \ - obt/prop.c \ obt/util.h \ - obt/xevent.h \ - obt/xevent.c + obt/version.h \ + obt/xevent.h nodist_pubinclude_HEADERS = \ version.h |
