From 0d90bd57abe304ffca4bf5cd1a647d30dea882b7 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 25 Mar 2010 21:10:45 -0400 Subject: Add a new ObtLink type, which is going to be a generalization of a .desktop entry. Move the .desktop file parsing details into obt/ddparse.c, which generates some hash tables holding the data of the file. Add a new obt/link.c which will build an ObtLink from a parsed .desktop file, and may support other ways to create these links in the unforseeable future --- Makefile.am | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 00c889a9..d919f65b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -135,8 +135,10 @@ obt_libobt_la_SOURCES = \ obt/mainloop.c \ obt/xml.h \ obt/xml.c \ - obt/ddfile.h \ - obt/ddfile.c \ + obt/ddparse.h \ + obt/ddparse.c \ + obt/link.h \ + obt/link.c \ obt/paths.h \ obt/paths.c \ obt/prop.h \ @@ -429,7 +431,7 @@ rrpubinclude_HEADERS = \ obrender/version.h obtpubinclude_HEADERS = \ - obt/ddfile.h \ + obt/link.h \ obt/display.h \ obt/keyboard.h \ obt/mainloop.h \ -- cgit v1.2.3