mirror of https://github.com/yasm/yasm.git
parent
8b564fbaa4
commit
6e9b9c805c
14 changed files with 19 additions and 19 deletions
@ -1,8 +1,10 @@ |
||||
# $IdPath$ |
||||
|
||||
yasm_SOURCES += \ |
||||
bin_PROGRAMS += yasm |
||||
yasm_SOURCES = \ |
||||
frontends/yasm/yasm.c \ |
||||
frontends/yasm/yasm-options.c \ |
||||
frontends/yasm/yasm-options.h \ |
||||
frontends/yasm/yasm-module.h \ |
||||
frontends/yasm/yasm-module.c |
||||
yasm_LDADD = libyasm.la @LIBLTDL@ $(INTLLIBS) @LIBADD_DL@ $(YASM_MODULES) |
||||
|
Loading…
Reference in new issue