X-Git-Url: http://git.datanom.net/vcard-parser.git/blobdiff_plain/4a29ae6b03575f6433f39e91e4162c787be7f6e1..aa039bee0fd8f3db86fb10482345f940ce63f33b:/example/Makefile.am diff --git a/example/Makefile.am b/example/Makefile.am new file mode 100644 index 0000000..f742448 --- /dev/null +++ b/example/Makefile.am @@ -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