root/trunk/licq/bin/Makefile.am

Revision 4526, 400 bytes (checked in by erijo, 2 years ago)

Removed svn:keywords from all files that don't need it. May make your
checkout a tiny bit faster :)

  • Property svn:eol-style set to native
Line 
1bindir = @bindir@
2
3#bin_PROGRAMS = beep
4
5#beep_SOURCES = beep.c
6
7#TODO: convert this to something that works better
8#but for now it should be sufficient
9install-data-local:
10    $(mkinstalldirs) $(DESTDIR)$(bindir)
11    @for i in $(srcdir)/viewurl-*.sh; do \
12      if test -f $$i; then \
13        echo "$(INSTALL_SCRIPT) $$i $(DESTDIR)$(bindir);"; \
14        $(INSTALL_SCRIPT) $$i $(DESTDIR)$(bindir); \
15      fi \
16    done
Note: See TracBrowser for help on using the browser.