summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index af14dad01..f6f9cb4a3 100644
--- a/Makefile
+++ b/Makefile
@@ -12,5 +12,6 @@ subdirs:
install: all
mkdir -p $(DESTDIR)
- cp -a anaconda comps.py gui.py image.py text.py todo.py $(DESTDIR)
+ cp -a anaconda comps.py gui.py image.py text.py todo.py \
+ syslog.py $(DESTDIR)
for d in $(SUBDIRS); do make TOPDIR=../$(TOPDIR) -C $$d install; done