X-Git-Url: http://git.datanom.net/vcard-parser.git/blobdiff_plain/b198a81eaad8b5bb4f28c95b3e6e3d66abfaf1ac..a66ef46e59254745aa554a60bb136e737921bc11:/src/Makefile.am diff --git a/src/Makefile.am b/src/Makefile.am index 3e9af86..756e8fc 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -16,8 +16,8 @@ libvcard_la_LIBADD = \ @GLIB_LIBS@ if BUILD_EXAMPLE -bin_PROGRAMS = vcard-test -vcard_SOURCES = vcard-test.c -vcard_LDADD = libvcard.la +bin_PROGRAMS = vcard-example +vcard_example_SOURCES = vcard-example.c +vcard_example_LDADD = libvcard.la endif