diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-07-26 23:48:53 -0400 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2008-01-20 01:36:55 -0500 |
| commit | 0667bbc3e2fbd3fa39206e843560735524840d35 (patch) | |
| tree | 58fe3055ee84739b16f381befd42546414edc427 /Makefile.am | |
| parent | 759e9f58a8cc02b78bc85b4454f133544e3ac36e (diff) | |
add parsing to libobt with a new API! (it is not completely changed/fixedup yet)
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index bf6c8c01..483f2d42 100644 --- a/Makefile.am +++ b/Makefile.am @@ -119,6 +119,7 @@ obt_libobt_la_CPPFLAGS = \ $(XSHAPE_CFLAGS) \ $(XSYNC_CFLAGS) \ $(GLIB_CFLAGS) \ + $(XML_CFLAGS) \ -DG_LOG_DOMAIN=\"Obt\" \ -DLOCALEDIR=\"$(localedir)\" \ -DDATADIR=\"$(datadir)\" \ @@ -131,7 +132,8 @@ obt_libobt_la_LIBADD = \ $(XRANDR_LIBS) \ $(XSHAPE_LIBS) \ $(XSYNC_LIBS) \ - $(GLIB_LIBS) + $(GLIB_LIBS) \ + $(XML_LIBS) obt_libobt_la_SOURCES = \ obt/display.h \ obt/display.c \ @@ -140,6 +142,8 @@ obt_libobt_la_SOURCES = \ obt/keyboard.c \ obt/mainloop.h \ obt/mainloop.c \ + obt/parse.h \ + obt/parse.c \ obt/prop.h \ obt/prop.c \ obt/util.h |
