# # Top-level "Makefile.am" for libupnp # # Copyright (C) 2005 RĂ©mi Turboult # ACLOCAL_AMFLAGS = -I m4 DISTCHECK_CONFIGURE_FLAGS = --enable-debug --enable-samples SUBDIRS = \ ixml \ upnp \ docs EXTRA_DIST = \ CMakeLists.txt \ cmake/CmDaB.cmake \ IXML.cmake.in \ UPNP.cmake.in \ ixml/CMakeLists.txt \ ixml/test/CMakeLists.txt \ upnp/CMakeLists.txt \ upnp/test/CMakeLists.txt \ upnp/sample/CMakeLists.txt \ upnp/inc/upnpconfig.h.cm \ upnp/sample/common/config_sample.h.cm \ docs/Doxyfile \ libupnp.pc.in \ libupnp.spec # This variable must have 'exec' in its name, in order to be installed # by 'install-exec' target (instead of default 'install-data') pkgconfigexecdir = $(libdir)/pkgconfig pkgconfigexec_DATA = libupnp.pc $(pkgconfigexec_DATA): config.status CLEANFILES = build/inc/autoconfig.h build/inc/upnpconfig.h