diff options
Diffstat (limited to 'libversit/Makefile.am')
-rw-r--r-- | libversit/Makefile.am | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libversit/Makefile.am b/libversit/Makefile.am new file mode 100644 index 0000000000..57c733bbb1 --- /dev/null +++ b/libversit/Makefile.am @@ -0,0 +1,12 @@ + +lib_LIBRARIES = libversit.a + +libversit_a_SOURCES = \ + vcc.y \ + vobject.c \ + vobject.h \ + port.h \ + vcaltmp.c \ + vcaltmp.h + +EXTRA_DIST = README.TXT vcaltest.c vctest.c |