Skip to content

Commit

Permalink
Update to build the new examples
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinhendricks committed Feb 11, 2015
1 parent d0f8382 commit 2e3cb55
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ gumbo_test_DEPENDENCIES += check-local
gumbo_test_LDADD += gtest/lib/libgtest.la gtest/lib/libgtest_main.la
endif

noinst_PROGRAMS = clean_text find_links get_title positions_of_class benchmark serialize
noinst_PROGRAMS = clean_text find_links get_title positions_of_class benchmark serialize prettyprint well_formed
LDADD = libgumbo.la
AM_CPPFLAGS = -I"$(srcdir)/src"

Expand All @@ -107,3 +107,5 @@ get_title_SOURCES = examples/get_title.c
positions_of_class_SOURCES = examples/positions_of_class.cc
benchmark_SOURCES = benchmarks/benchmark.cc
serialize_SOURCES = examples/serialize.cc
prettyprint_SOURCES = examples/prettyprint.cc
well_formed_SOURCES = examples/well_formed.cc

0 comments on commit 2e3cb55

Please sign in to comment.