summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am24
1 files changed, 0 insertions, 24 deletions
diff --git a/Makefile.am b/Makefile.am
deleted file mode 100644
index d9c62f2..0000000
--- a/Makefile.am
+++ /dev/null
@@ -1,24 +0,0 @@
-
-if WANT_PYTHON
-PYTHON_SUBDIR = python
-else
-PYTHON_SUBDIR =
-endif
-
-DIST_SUBDIRS = libgupnp-igd python tests doc
-
-SUBDIRS = libgupnp-igd $(PYTHON_SUBDIR) tests doc
-
-ACLOCAL_AMFLAGS = -I m4
-
-pkgconfig_DATA= gupnp-igd-1.0.pc
-pkgconfigdir = $(libdir)/pkgconfig
-
-DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-introspection
-
-# Extra clean files so that maintainer-clean removes *everything*
-MAINTAINERCLEANFILES = aclocal.m4 compile config.guess config.sub configure depcomp install-sh ltmain.sh Makefile.in missing config.h.in
-
-dist-hook:
- chmod u+w ${distdir}/ChangeLog
- if test -d .git; then git log >${distdir}/ChangeLog; fi