Makefile.am 443 B

123456789101112131415161718192021222324
  1. ## Process this file with automake to produce Makefile.in
  2. localedir = $(datadir)/locale
  3. INCLUDES = \
  4. -DLOCALEDIR=\"$(localedir)\" -I$(top_srcdir)/intl \
  5. -I$(top_srcdir)/getopt \
  6. -I$(top_srcdir)/lib
  7. if WITH_START_STOP_DAEMON
  8. sbin_PROGRAMS = start-stop-daemon
  9. start_stop_daemon_SOURCES = \
  10. start-stop-daemon.c
  11. start_stop_daemon_LDADD = ../getopt/libopt.a $(SSD_LIBS)
  12. endif
  13. pkglib_PROGRAMS = enoent
  14. enoent_SOURCES = \
  15. enoent.c