]> git.datanom.net - vcard-parser.git/blobdiff - src/Makefile.am
Completed initialization
[vcard-parser.git] / src / Makefile.am
index 756e8fc888e2e985159e7984dc6de2e3fed0dba0..157805a8b4eb7f34ec24903fdc0f7dcaa85cd842 100644 (file)
@@ -1,23 +1,29 @@
 AUTOMAKE_OPTIONS = gnu
 
-AM_CPPFLAGS = \
+libvCard_la_CPPFLAGS = \
+               -I$(top_builddir) \
+               -I $(top_srcdir) \
+               @GLIB_CFLAGS@ \
+               $(AM_CPPFLAGS)
+
+libvCard_la_CFLAGS = \
           @GLIB_CFLAGS@ \
-          -I $(top_srcdir)
+          $(AM_CFLAGS)
+
+lib_LTLIBRARIES = libvCard.la
 
-lib_LTLIBRARIES = libvcard.la
+libvCard_la_SOURCES = \
+                   vcard.c \
+                   vcard-parser.h \
+                   vcard-parser.c
 
-libvcard_la_SOURCES = \
-                   vcard.c
+libvCard_la_LDFLAGS = \
+                   -version-info @LIB_VERSION@
 
 include_HEADERS = \
-                   vcard.h
+                   vcard.h \
+                   globals.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.029445 seconds and 5 git commands to generate.