diff options
author | Karel Kočí <cynerd@email.cz> | 2018-12-02 21:09:06 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2018-12-02 21:41:15 +0100 |
commit | 68648f8fe23dd30cffec1ec05e3de42e434e1f31 (patch) | |
tree | a7bda6afb61a8d9da4ab0aff7ac993e823661578 /Makefile.am | |
parent | 5a7d5fa43536484508aad9d9553f64a33212311b (diff) | |
download | uroot-68648f8fe23dd30cffec1ec05e3de42e434e1f31.tar.gz uroot-68648f8fe23dd30cffec1ec05e3de42e434e1f31.tar.bz2 uroot-68648f8fe23dd30cffec1ec05e3de42e434e1f31.zip |
Update to working version
Still way off from something usable by someone else but it already works
for me.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index a451a6d..711f06a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,2 +1,2 @@ bin_PROGRAMS = uroot -uroot_SOURCES = main.c utils.c +uroot_SOURCES = main.c utils.c child.c sigpipe.c |