diff options
Diffstat (limited to 'libversit')
-rw-r--r-- | libversit/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libversit/Makefile.am b/libversit/Makefile.am index 60aadedbdd..ce54e0bc25 100644 --- a/libversit/Makefile.am +++ b/libversit/Makefile.am @@ -1,7 +1,7 @@ -noinst_LIBRARIES = libversit.a +noinst_LTLIBRARIES = libversit.la -libversit_a_SOURCES = \ +libversit_la_SOURCES = \ vcc.y \ vcc.h \ vobject.c \ |