summaryrefslogtreecommitdiffstats
path: root/src/libs/client/Makefile.am
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-08-16 02:36:17 +0000
committerDavid Robillard <d@drobilla.net>2008-08-16 02:36:17 +0000
commitfca0d027053f78684823c9c0b885045708125ef6 (patch)
tree7331a99ca6404870aaee6243a008437d078a2829 /src/libs/client/Makefile.am
parentab2aa4d4922ab1a62b7a43013d09b2d9d144b3c5 (diff)
downloadingen-fca0d027053f78684823c9c0b885045708125ef6.tar.gz
ingen-fca0d027053f78684823c9c0b885045708125ef6.tar.bz2
ingen-fca0d027053f78684823c9c0b885045708125ef6.zip
Reorganize two 'store' implementations, move header to shared module (prepare for factoring out).
git-svn-id: http://svn.drobilla.net/lad/ingen@1395 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/libs/client/Makefile.am')
-rw-r--r--src/libs/client/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/client/Makefile.am b/src/libs/client/Makefile.am
index f111a54d..7047ce62 100644
--- a/src/libs/client/Makefile.am
+++ b/src/libs/client/Makefile.am
@@ -49,8 +49,8 @@ libingen_client_la_SOURCES = \
PortModel.cpp \
PortModel.hpp \
SigClientInterface.hpp \
- Store.cpp \
- Store.hpp \
+ ClientStore.cpp \
+ ClientStore.hpp \
ThreadedSigClientInterface.cpp \
ThreadedSigClientInterface.hpp \
client.cpp \