root/op/1.32/Makefile.am

Revision 256, 319 bytes (checked in by athomas, 3 years ago)
  • Added detection for void openlog()
Line 
1 bin_PROGRAMS=op
2 op_SOURCES=atov.c defs.h lex.l main.c regexp.c regexp.h util.c
3 man_MANS=op.1
4 EXTRA_DIST=op.conf op.conf.complex op.list.in op.pam op.paper op.1
5 #README
6
7 AM_CPPFLAGS = -Wall -DSYSCONFDIR=\"$(sysconfdir)\" @EXTRA_CPPFLAGS@
8
9 install-exec-hook:
10         chmod 4755 $(DESTDIR)$(bindir)/op
11
12 clean-local:
13         rm -f lex.c
Note: See TracBrowser for help on using the browser.