diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 4f81d9a..5ad71df 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -12,4 +12,5 @@ libslv2_la_SOURCES = \ pluginlist.c \ util.c \ plugininstance.c \ - library.c + library.c \ + types.c |