]> git.datanom.net - vcard-parser.git/blobdiff - example/Makefile.am
initialize
[vcard-parser.git] / example / Makefile.am
diff --git a/example/Makefile.am b/example/Makefile.am
new file mode 100644 (file)
index 0000000..f742448
--- /dev/null
@@ -0,0 +1,19 @@
+AUTOMAKE_OPTIONS = gnu
+
+AM_CPPFLAGS = \
+               @GLIB_CFLAGS@ \
+               -I$(top_srcdir) -I$(top_builddir) \
+               -I$(top_srcdir)/src -I$(top_builddir)/src \
+               -I$(top_srcdir)/example -I$(top_builddir)/example
+
+bin_PROGRAMS = vcard-example
+
+vcard_example_SOURCES = \
+               vcard-example
+
+vcard_example_LDFLAGS = \
+               -L$(top_srcdir)/src/
+
+vcard_example_LDADD = \
+               $(GLIB_LIBS) \
+               -lvCard
This page took 0.029258 seconds and 5 git commands to generate.