diff options
author | rcyeske <rcyeske> | 2001-02-19 20:44:20 +0000 |
---|---|---|
committer | rcyeske <rcyeske> | 2001-02-19 20:44:20 +0000 |
commit | 698bc6bd93f5e567af8cadf257d8ba2978b74d90 (patch) | |
tree | e108f130d20880ab9c323c23e859b4518cb35d96 | |
parent | 8f6de1d4e080801c978b81e8caf68b2be8e4161c (diff) | |
download | ratpoison-698bc6bd93f5e567af8cadf257d8ba2978b74d90.zip |
added themes.h
-rw-r--r-- | src/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 66041de..b7b4aa7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -17,7 +17,7 @@ ## along with this program; if not, write to the Free Software ## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ## -## $Id: Makefile.am,v 1.8 2001/02/15 21:41:06 algernon Exp $ +## $Id: Makefile.am,v 1.9 2001/02/19 20:44:20 rcyeske Exp $ bin_PROGRAMS = ratpoison @@ -46,4 +46,5 @@ ratpoison_SOURCES = actions.c \ number.h \ ratpoison.h \ sbuf.c \ - sbuf.h + sbuf.h \ + themes.h |