]> git.datanom.net - vcard-parser.git/blobdiff - src/Makefile.am
initialize
[vcard-parser.git] / src / Makefile.am
index b1191dc3625973c3f3c158cc439a1094a9279637..e4bf932e84e480b2dd7e48da64b673a25c92264f 100644 (file)
@@ -4,22 +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 = \
+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.030007 seconds and 5 git commands to generate.