diff options
| author | Dana Jansens <danakj@orodu.net> | 2009-12-21 14:04:39 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2009-12-21 14:08:38 -0500 |
| commit | b06b684589a618a2481ccc2745d5e03abb6bd5e0 (patch) | |
| tree | f0a48ae7e8dd6fef771dcb1de8f7f49b9a8e0863 /Makefile.am | |
| parent | 04dc598a1fb195065403055fbb95589dd3511daa (diff) | |
rename the obt_parse library to obt_xml (since it is very xml specific)
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 0bcb8b28..45a3bd2f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -129,8 +129,8 @@ obt_libobt_la_SOURCES = \ obt/keyboard.c \ obt/mainloop.h \ obt/mainloop.c \ - obt/parse.h \ - obt/parse.c \ + obt/xml.h \ + obt/xml.c \ obt/paths.h \ obt/paths.c \ obt/prop.h \ @@ -423,7 +423,7 @@ obtpubinclude_HEADERS = \ obt/display.h \ obt/keyboard.h \ obt/mainloop.h \ - obt/parse.h \ + obt/xml.h \ obt/paths.h \ obt/prop.h \ obt/util.h \ |
