diff options
author | sabetts <sabetts> | 2001-09-16 09:48:43 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2001-09-16 09:48:43 +0000 |
commit | bb0c4b008d37b49d76476aa79d1968f40c800e4a (patch) | |
tree | c7e2b75e59660ceac6620de9aaa1859ab6d3a8d4 /contrib/Makefile.am | |
parent | d61cb882a846b71d45bf65660f75fe6c633eb345 (diff) | |
download | ratpoison-bb0c4b008d37b49d76476aa79d1968f40c800e4a.zip |
* configure.in: check for setsid and setpgid functions. Add
contrib/Makefile to AC_OUTPUT.
* Makefile.am (SUBDIRS): add contrib
Diffstat (limited to 'contrib/Makefile.am')
-rw-r--r-- | contrib/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am new file mode 100644 index 0000000..511dce7 --- /dev/null +++ b/contrib/Makefile.am @@ -0,0 +1,2 @@ +pkgdata_DATA = ratpoisonrc-mode.el +EXTRA_DIST = ratpoisonrc-mode.el |