]> cygwin.com Git - cygwin-apps/cygutils.git/blobdiff - src-gpl/Makefile.am
Add last implementation and supporting changes
[cygwin-apps/cygutils.git] / src-gpl / Makefile.am
index 3045f6f84ac56c8d7e6a2de1be1b4a3aebeef595..c1058327d69378acb6a7ab71579a54dfb61e591f 100644 (file)
@@ -3,8 +3,12 @@
 INCLUDES = -I$(top_builddir) -I$(top_srcdir)
 
 bin_PROGRAMS = conv ascii dump getclip putclip \
-       semtool shmtool msgtool semstat banner
+       semtool shmtool msgtool semstat banner \
+       last
+man_MANS = last.1 lastb.1
+last_SOURCES = last.c oldutmp.h
 banner_LDADD = -lkernel32 -lgdi32
+noinst_HEADERS = oldutmp.h
 install-exec-hook: $(bin_PROGRAMS)
        @$(NORMAL_INSTALL)
        $(mkinstalldirs) $(DESTDIR)$(bindir)
This page took 0.021149 seconds and 5 git commands to generate.