diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 40bcd440..f56f71a0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,7 +6,8 @@ AM_MAKEFLAGS = 'CXXFLAGS=$(CXXFLAGS)' 'LDFLAGS=$(LDFLAGS)' bin_PROGRAMS = noinst_PROGRAMS = stap stap_SOURCES = main.cxx \ - parse.cxx staptree.cxx elaborate.cxx translate.cxx tapsets.cxx + parse.cxx staptree.cxx elaborate.cxx translate.cxx \ + tapsets.cxx buildrun.cxx AM_CXXFLAGS = -Wall # Get extra libs as needed |