diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-07-23 17:51:54 -0400 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2008-01-20 01:36:54 -0500 |
| commit | b3f0cbf76630e878c8e7cabddfcd45cf557849fe (patch) | |
| tree | 5bdcd9e40e01f8c7b7bcc3b1bc1bdc68fc0ce898 /Makefile.am | |
| parent | ebce321a72331697287838b864735e7b81e60b33 (diff) | |
split the header up for obt
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 4d12d4ce..528fc382 100644 --- a/Makefile.am +++ b/Makefile.am @@ -126,7 +126,9 @@ obt_libobt_la_LIBADD = \ $(XML_LIBS) obt_libobt_la_SOURCES = \ obt/obt.h \ - obt/instance.c + obt/instance.h \ + obt/instance.c \ + obt/util.h ## openbox ## @@ -400,7 +402,9 @@ pubinclude_HEADERS = \ render/render.h \ render/theme.h \ parser/parse.h \ - obt/obt.h + obt/obt.h \ + obt/instance.h \ + obt/util.h nodist_pubinclude_HEADERS = \ version.h |
