diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 95f9bdc..e3d24b1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -5,17 +5,11 @@ lib_LTLIBRARIES = libraul.la libraul_la_SOURCES = \ Maid.cpp \ - Namespaces.cpp \ Path.cpp \ - RDFWorld.cpp \ SMFReader.cpp \ SMFWriter.cpp \ Thread.cpp -if WITH_REDLAND -libraul_la_SOURCES += RDFModel.cpp RDFNode.cpp RDFQuery.cpp -endif - if WITH_JACK libraul_la_SOURCES += JackDriver.cpp endif |