diff options
author | David Robillard <d@drobilla.net> | 2007-02-18 23:38:47 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-02-18 23:38:47 +0000 |
commit | 0153919a422e7a520c38f9cd01e9a079f73c80fd (patch) | |
tree | 2cb063c7d885be9a50da0e5f2c10880a77eb0663 /src/Makefile.am | |
parent | ec3e2125f960aa3de9da474d175bab353745748b (diff) | |
download | lilv-0153919a422e7a520c38f9cd01e9a079f73c80fd.tar.gz lilv-0153919a422e7a520c38f9cd01e9a079f73c80fd.tar.bz2 lilv-0153919a422e7a520c38f9cd01e9a079f73c80fd.zip |
Removed private_types.h (and all exposure of types that shouldn't have been exposed).
git-svn-id: http://svn.drobilla.net/lad/slv2@316 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 43aa62a..02520e1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -5,6 +5,7 @@ lib_LTLIBRARIES = libslv2.la libslv2_la_LIBADD = @RASQAL_LIBS@ libslv2_la_SOURCES = \ + private_types.h \ util.h \ plugin.c \ query.c \ |