summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-04-21 21:21:49 +0000
committerDavid Robillard <d@drobilla.net>2007-04-21 21:21:49 +0000
commit2066b51c243763677dfdbc6a9db8bccc10bbfe36 (patch)
tree4312c8c4febf4b5bbcd67c1f886013568b9f5fd9 /src/Makefile.am
parent4c50ab004bd3f7327ecf1b33f80473d8e3e6afeb (diff)
downloadlilv-2066b51c243763677dfdbc6a9db8bccc10bbfe36.tar.gz
lilv-2066b51c243763677dfdbc6a9db8bccc10bbfe36.tar.bz2
lilv-2066b51c243763677dfdbc6a9db8bccc10bbfe36.zip
Code cleanups.
git-svn-id: http://svn.drobilla.net/lad/slv2@470 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 11f7aa8..cdc8793 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -5,7 +5,7 @@ lib_LTLIBRARIES = libslv2.la
libslv2_la_LIBADD = @REDLAND_LIBS@
libslv2_la_SOURCES = \
- private_types.h \
+ slv2_internal.h \
world.c \
pluginclass.c \
pluginclasses.c \