]> git.datanom.net - vcard-parser.git/blobdiff - example/Makefile.am
Completed initialization
[vcard-parser.git] / example / Makefile.am
index f742448749204afcf1fabbbe97c144dfdf2ba128..d6a6b117a36900de3be945007a82b7816a76e05f 100644 (file)
@@ -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)
This page took 0.029203 seconds and 5 git commands to generate.