diff options
author | sabetts <sabetts> | 2000-09-07 16:49:23 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2000-09-07 16:49:23 +0000 |
commit | 60767d1215233461273d4d16df8ff52cf15b4010 (patch) | |
tree | d62f90a2f202366b829f274fc21458ab70df6730 /src/Makefile.am | |
parent | 33fb61429337fc71292628e9dac1ddf599938304 (diff) | |
download | ratpoison-60767d1215233461273d4d16df8ff52cf15b4010.zip |
restructured tree, added automake and autoconf to the build process.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am new file mode 100644 index 0000000..d3af0be --- /dev/null +++ b/src/Makefile.am @@ -0,0 +1,5 @@ +bin_PROGRAMS = ratpoison + +ratpoison_SOURCES = bar.c bar.h conf.h data.h events.c events.h \ +input.c input.h list.c list.h main.c manage.c manage.h number.c \ +number.h ratpoison.h |