summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2010-03-25 21:10:45 -0400
committerDana Jansens <danakj@orodu.net>2010-03-25 21:11:15 -0400
commit0d90bd57abe304ffca4bf5cd1a647d30dea882b7 (patch)
tree098011cf34842ab8f99e73d5dc5a40116ed844ec /Makefile.am
parentfbc0597d3fc6c25cec703306fdd10572631030ed (diff)
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
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 5 insertions, 3 deletions
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 \