Makefile.am 590 B

123456789101112131415161718192021
  1. #
  2. # Makefile.am for sofia-sip/packages
  3. #
  4. # Copyright (C) 2005,2006 Nokia Corporation
  5. # Contact: Pekka Pessi <pekka.pessi@nokia.com>
  6. # Licensed under LGPL. See file COPYING.
  7. # Install pkg-config file here
  8. pkgconfigdir = $(libdir)/pkgconfig
  9. pkgconfig_DATA = sofia-sip-ua.pc
  10. if HAVE_GLIB
  11. # We should probably have something here telling
  12. # if we have gobject support or not
  13. pkgconfig_DATA += sofia-sip-ua-glib.pc
  14. endif
  15. EXTRA_DIST = sofia-sip-${PACKAGE_VERSION}.spec sofia-sip.spec.in
  16. EXTRA_DIST += sofia-sip-ua.pc.in sofia-sip-ua-glib.pc.in
  17. DISTCLEANFILES = sofia-sip-*.spec sofia-sip.spec