]> git.datanom.net - vcard-parser.git/blobdiff - src/Makefile.am
Completed initialization
[vcard-parser.git] / src / Makefile.am
index e4bf932e84e480b2dd7e48da64b673a25c92264f..157805a8b4eb7f34ec24903fdc0f7dcaa85cd842 100644 (file)
@@ -1,19 +1,28 @@
 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
 
 libvCard_la_SOURCES = \
                    vcard.c \
-                   vcard-parser.h
+                   vcard-parser.h \
+                   vcard-parser.c
 
 libvCard_la_LDFLAGS = \
                    -version-info @LIB_VERSION@
+
 include_HEADERS = \
-                   vcard.h
+                   vcard.h \
+                   globals.h
 
 libvCard_la_LIBADD = \
            @GLIB_LIBS@
This page took 0.029417 seconds and 5 git commands to generate.