summaryrefslogtreecommitdiffstats
path: root/src/client
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-10-03 01:32:43 +0000
committerDavid Robillard <d@drobilla.net>2008-10-03 01:32:43 +0000
commitb4f31b2bb91a5cf4d6cd38e3fb3963182fb86746 (patch)
tree6ad95758cfa9037eb66339786bb6bc9eabd001a4 /src/client
parent41d5634a6ae1f9b0256801ae5cf692f16e2863ba (diff)
downloadingen-b4f31b2bb91a5cf4d6cd38e3fb3963182fb86746.tar.gz
ingen-b4f31b2bb91a5cf4d6cd38e3fb3963182fb86746.tar.bz2
ingen-b4f31b2bb91a5cf4d6cd38e3fb3963182fb86746.zip
Good riddance.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1602 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/client')
-rw-r--r--src/client/Makefile.am69
1 files changed, 0 insertions, 69 deletions
diff --git a/src/client/Makefile.am b/src/client/Makefile.am
deleted file mode 100644
index 4af7c243..00000000
--- a/src/client/Makefile.am
+++ /dev/null
@@ -1,69 +0,0 @@
-if BUILD_CLIENT_LIB
-
-
-moduledir = $(libdir)/ingen
-
-module_LTLIBRARIES = libingen_client.la
-
-libingen_client_la_CXXFLAGS = \
- -DPKGDATADIR=\"$(pkgdatadir)\" \
- @INGEN_CFLAGS@ \
- @GLIBMM_CFLAGS@ \
- @LIBLO_CFLAGS@ \
- @LSIGCPP_CFLAGS@ \
- @GLIBMM_CFLAGS@ \
- @LXML2_CFLAGS@ \
- @RAUL_CFLAGS@ \
- @REDLANDMM_CFLAGS@ \
- @SLV2_CFLAGS@ \
- @SOUP_CFLAGS@
-
-libingen_client_la_LIBADD = \
- ../shared/libingen_shared.la \
- @GLIBMM_LIBS@ \
- @LIBLO_LIBS@ \
- @LSIGCPP_LIBS@ \
- @LXML2_LIBS@ \
- @RAUL_LIBS@ \
- @REDLANDMM_LIBS@ \
- @SLV2_LIBS@ \
- @SOUP_LIBS@
-
-libingen_client_la_SOURCES = \
- ClientStore.cpp \
- ClientStore.hpp \
- ConnectionModel.hpp \
- DeprecatedLoader.cpp \
- DeprecatedLoader.hpp \
- NodeModel.cpp \
- NodeModel.hpp \
- OSCClientReceiver.cpp \
- OSCClientReceiver.hpp \
- OSCEngineSender.cpp \
- OSCEngineSender.hpp \
- ObjectModel.cpp \
- ObjectModel.hpp \
- PatchModel.cpp \
- PatchModel.hpp \
- PluginModel.cpp \
- PluginModel.hpp \
- PluginUI.cpp \
- PluginUI.hpp \
- PortModel.cpp \
- PortModel.hpp \
- SigClientInterface.hpp \
- ThreadedSigClientInterface.cpp \
- ThreadedSigClientInterface.hpp \
- client.cpp \
- client.hpp
-
-if WITH_SOUP
-libingen_client_la_SOURCES += \
- HTTPClientReceiver.cpp \
- HTTPClientReceiver.hpp \
- HTTPEngineSender.cpp \
- HTTPEngineSender.hpp
-endif
-
-endif # BUILD_CLIENT_LIB
-