summaryrefslogtreecommitdiffstats
path: root/src/common/interface/Makefile.am
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-07-24 19:26:47 +0000
committerDavid Robillard <d@drobilla.net>2007-07-24 19:26:47 +0000
commitbb1c49dfa484db080938cff6f8f70167c9026a1c (patch)
tree6f6382fcbfddfead6d5c32d19977aed8020d32e4 /src/common/interface/Makefile.am
parentf0f64e4425acfb8b8633a47faa70f87fc32a4399 (diff)
downloadingen-bb1c49dfa484db080938cff6f8f70167c9026a1c.tar.gz
ingen-bb1c49dfa484db080938cff6f8f70167c9026a1c.tar.bz2
ingen-bb1c49dfa484db080938cff6f8f70167c9026a1c.zip
Consistently rename all C++ files .cpp/.hpp.
Fix (some) inclusion guard names to not clash with other libs. git-svn-id: http://svn.drobilla.net/lad/ingen@613 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/common/interface/Makefile.am')
-rw-r--r--src/common/interface/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/common/interface/Makefile.am b/src/common/interface/Makefile.am
index 347e8186..7a8f641d 100644
--- a/src/common/interface/Makefile.am
+++ b/src/common/interface/Makefile.am
@@ -1,6 +1,6 @@
EXTRA_DIST = \
README \
- ClientInterface.h \
- ClientKey.h \
- Responder.h \
- EngineInterface.h
+ ClientInterface.hpp \
+ ClientKey.hpp \
+ Responder.hpp \
+ EngineInterface.hpp