summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
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 \