Makefile.am 777 B

123456789101112131415161718192021222324252627282930
  1. #
  2. # Makefile.am for sofia-sip/utils
  3. #
  4. # Copyright (C) 2005,2006 Nokia Corporation
  5. # Contact: Pekka Pessi <pekka.pessi@nokia.com>
  6. # Licensed under LGPL. See file COPYING.
  7. #
  8. # ref: http://www.gnu.org/software/automake/manual/automake.html
  9. # ----------------------------------------------------------------------
  10. # Header paths
  11. include $(top_srcdir)/rules/sofia.am
  12. AM_CPPFLAGS = ${INTERNAL_INCLUDES}
  13. # ----------------------------------------------------------------------
  14. # Build targets
  15. noinst_HEADERS = apps_utils.h
  16. bin_PROGRAMS = sip-options sip-date sip-dig
  17. LDADD = ../libsofia-sip-ua/libsofia-sip-ua.la $(GLIB_LIBS)
  18. # ----------------------------------------------------------------------
  19. # Dist and install
  20. EXTRA_DIST = utils.docs
  21. CLEANFILES = utils.doxytags