X-Git-Url: http://git.datanom.net/vcard-parser.git/blobdiff_plain/aa039bee0fd8f3db86fb10482345f940ce63f33b..0d68a95569264bb6b305c87c6dfc1c50ad536a79:/example/Makefile.am diff --git a/example/Makefile.am b/example/Makefile.am index f742448..d6a6b11 100644 --- a/example/Makefile.am +++ b/example/Makefile.am @@ -9,11 +9,9 @@ AM_CPPFLAGS = \ bin_PROGRAMS = vcard-example vcard_example_SOURCES = \ - vcard-example - -vcard_example_LDFLAGS = \ - -L$(top_srcdir)/src/ + vcard-example.c vcard_example_LDADD = \ - $(GLIB_LIBS) \ - -lvCard + -L${top_srcdir}/src \ + -lvCard \ + $(GLIB_LIBS)