Skip to content

Commit

Permalink
Modify the Makefile.am in src/
Browse files Browse the repository at this point in the history
1 add new files' name to Makefile.am
2 regenerate the Makefile.in by automake
Signed-off-by: ZhuJunhua1104 tom.Zhu@huawei.com
  • Loading branch information
ZhuJunhua1104 committed Jul 31, 2015
1 parent 1f6c26b commit d7f4274
Show file tree
Hide file tree
Showing 2 changed files with 810 additions and 712 deletions.
16 changes: 15 additions & 1 deletion src/Makefile.am
Expand Up @@ -45,6 +45,8 @@ csmith_SOURCES = \
Block.h \
Bookkeeper.cpp \
Bookkeeper.h \
BuiltinConfig.cpp \
BuiltinConfig.h \
CFGEdge.cpp \
CFGEdge.h \
CGContext.cpp \
Expand Down Expand Up @@ -118,6 +120,8 @@ csmith_SOURCES = \
MspFilters.h \
OutputMgr.cpp \
OutputMgr.h \
Parameter.cpp \
Parameter.h \
PartialExpander.cpp \
PartialExpander.h \
Probabilities.cpp \
Expand Down Expand Up @@ -159,6 +163,10 @@ csmith_SOURCES = \
StringUtils.h \
Type.cpp \
Type.h \
PointerType.cpp \
PointerType.h \
AggregateType.cpp \
AggregateType.h \
Variable.cpp \
Variable.h \
VariableSelector.cpp \
Expand All @@ -170,7 +178,13 @@ csmith_SOURCES = \
random.cpp \
random.h \
util.cpp \
util.h
util.h \
tinyxml.cpp \
tinyxml.h \
tinyxmlerror.cpp \
tinyxmlparser.cpp \
tinystr.cpp \
tinystr.h

# Include VC project files in the distribution.
EXTRA_DIST = \
Expand Down

0 comments on commit d7f4274

Please sign in to comment.