]> git.datanom.net - vcard-parser.git/blobdiff - src/Makefile.am
initialize
[vcard-parser.git] / src / Makefile.am
index 756e8fc888e2e985159e7984dc6de2e3fed0dba0..e4bf932e84e480b2dd7e48da64b673a25c92264f 100644 (file)
@@ -4,20 +4,17 @@ AM_CPPFLAGS = \
           @GLIB_CFLAGS@ \
           -I $(top_srcdir)
 
-lib_LTLIBRARIES = libvcard.la
+lib_LTLIBRARIES = libvCard.la
 
-libvcard_la_SOURCES = \
-                   vcard.c
+libvCard_la_SOURCES = \
+                   vcard.c \
+                   vcard-parser.h
 
+libvCard_la_LDFLAGS = \
+                   -version-info @LIB_VERSION@
 include_HEADERS = \
                    vcard.h
 
-libvcard_la_LIBADD = \
+libvCard_la_LIBADD = \
            @GLIB_LIBS@
 
-if BUILD_EXAMPLE
-bin_PROGRAMS = vcard-example
-vcard_example_SOURCES = vcard-example.c
-vcard_example_LDADD = libvcard.la
-endif
-
This page took 0.029132 seconds and 5 git commands to generate.