Makefile.am 384 B

12345678910111213141516171819
  1. ## Process this file with automake to produce Makefile.in
  2. localedir = $(datadir)/locale
  3. INCLUDES = \
  4. -DLOCALEDIR=\"$(localedir)\" \
  5. -idirafter $(top_srcdir)/libcompat \
  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 = ../libcompat/libcompat.a $(SSD_LIBS)
  12. endif