summaryrefslogtreecommitdiffstats
path: root/src/libs/client
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/client')
-rw-r--r--src/libs/client/Makefile.am5
-rw-r--r--src/libs/client/PluginModel.cpp2
2 files changed, 2 insertions, 5 deletions
diff --git a/src/libs/client/Makefile.am b/src/libs/client/Makefile.am
index ba8afd89..730140ca 100644
--- a/src/libs/client/Makefile.am
+++ b/src/libs/client/Makefile.am
@@ -6,11 +6,8 @@ moduledir = $(libdir)/ingen
module_LTLIBRARIES = libingen_client.la
libingen_client_la_CXXFLAGS = \
- -I$(top_srcdir)/slv2 \
- -I$(top_srcdir)/raul \
- -I$(top_srcdir)/ingen/src/common \
- -I$(top_srcdir)/lv2/extensions/osc \
-DPKGDATADIR=\"$(pkgdatadir)\" \
+ @INGEN_CFLAGS@ \
@LIBLO_CFLAGS@ \
@LXML2_CFLAGS@ @RASQAL_CFLAGS@ @RAPTOR_CFLAGS@ \
@LSIGCPP_CFLAGS@ @GLIBMM_CFLAGS@
diff --git a/src/libs/client/PluginModel.cpp b/src/libs/client/PluginModel.cpp
index 0e6c06b3..069c0157 100644
--- a/src/libs/client/PluginModel.cpp
+++ b/src/libs/client/PluginModel.cpp
@@ -17,7 +17,7 @@
#include <sstream>
#include <raul/Path.hpp>
-#include "lv2_osc_print.h"
+//#include "lv2_osc_print.h"
#include "PluginModel.hpp"
#include "PatchModel.hpp"