diff options
Diffstat (limited to 'src/libs/client/Makefile.am')
-rw-r--r-- | src/libs/client/Makefile.am | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/src/libs/client/Makefile.am b/src/libs/client/Makefile.am index 1c009868..45ec0bea 100644 --- a/src/libs/client/Makefile.am +++ b/src/libs/client/Makefile.am @@ -20,38 +20,38 @@ libingen_client_la_LIBADD = \ @LSIGCPP_LIBS@ @GLIBMM_LIBS@ libingen_client_la_SOURCES = \ - client.h \ - client.cpp \ - OSCEngineSender.h \ - OSCEngineSender.cpp \ - OSCClientReceiver.h \ + $(top_srcdir)/ingen/src/common/interface/ClientInterface.hpp \ + $(top_srcdir)/ingen/src/common/interface/EngineInterface.hpp \ + ConnectionModel.cpp \ + ConnectionModel.hpp \ + ControlModel.hpp \ + DeprecatedLoader.cpp \ + DeprecatedLoader.hpp \ + DirectSigClientInterface.hpp \ + NodeModel.cpp \ + NodeModel.hpp \ OSCClientReceiver.cpp \ - SigClientInterface.h \ - DirectSigClientInterface.h \ - ThreadedSigClientInterface.h \ - ThreadedSigClientInterface.cpp \ - PresetModel.h \ - ControlModel.h \ - ObjectModel.h \ + OSCClientReceiver.hpp \ + OSCEngineSender.cpp \ + OSCEngineSender.hpp \ ObjectModel.cpp \ - NodeModel.h \ - NodeModel.cpp \ - PortModel.h \ - PortModel.cpp \ - PatchModel.h \ + ObjectModel.hpp \ PatchModel.cpp \ - PluginModel.h \ + PatchModel.hpp \ PluginModel.cpp \ - Serializer.h \ + PluginModel.hpp \ + PortModel.cpp \ + PortModel.hpp \ + PresetModel.hpp \ Serializer.cpp \ - DeprecatedLoader.h \ - DeprecatedLoader.cpp \ - ConnectionModel.h \ - ConnectionModel.cpp \ - Store.h \ + Serializer.hpp \ + SigClientInterface.hpp \ Store.cpp \ - $(top_srcdir)/ingen/src/common/interface/ClientInterface.h \ - $(top_srcdir)/ingen/src/common/interface/EngineInterface.h + Store.hpp \ + ThreadedSigClientInterface.cpp \ + ThreadedSigClientInterface.hpp \ + client.cpp \ + client.hpp endif # BUILD_CLIENT_LIB |