From 0667bbc3e2fbd3fa39206e843560735524840d35 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 26 Jul 2007 23:48:53 -0400 Subject: add parsing to libobt with a new API! (it is not completely changed/fixedup yet) --- Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile.am') 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 -- cgit v1.2.3