--- nvclock/src/Makefile.in.dist 2008-12-30 12:48:41.316697452 +1100 +++ nvclock/src/Makefile.in 2008-12-30 12:49:23.676759480 +1100 @@ -39,7 +39,7 @@ clean: clean-recursive clean-app clean-app: - rm -f nvclock *.exe + rm -f nvclock *.exe smartdimmer distclean: distclean-recursive clean-app @@ -50,11 +50,13 @@ install-app: mkdir -p $(bindir) $(INSTALL) -c nvclock $(DESTDIR)$(bindir)/nvclock + $(INSTALL) -c smartdimmer $(DESTDIR)$(bindir)/smartdimmer uninstall: uninstall-recursive uninstall-app uninstall-app: rm -f $(bindir)/nvclock + rm -f $(bindir)/smartdimmer # Walk through the sub directories and do what is requested