summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index aa0b2c8..81370f4 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -6,7 +6,8 @@ lib_LTLIBRARIES = libraul.la
libraul_la_SOURCES = \
Thread.cpp \
Path.cpp \
- Namespaces.cpp
+ Namespaces.cpp \
+ Maid.cpp
if WITH_RAPTOR
libraul_la_SOURCES += RDFWriter.cpp