diff --git a/Makefile.am b/Makefile.am index 255dac7d..7fe591c2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,19 +1,10 @@ -EXTRA_DIST=debian/* tests/*.h tests/data/* gubbins/* setup.py scripts/* +EXTRA_DIST=debian/* tests/*.h tests/data/* SUBDIRS=src release python ACLOCAL_AMFLAGS=-I m4 CFLAGS := -std=gnu99 # include "check-code-coverage" rule include $(top_srcdir)/aminclude_static.am -all-local: -- ${PYTHON} setup.py build - -install-exec-local: -- ${PYTHON} setup.py install - -uninstall-local: - rm -rf $(pythondir)/*gubbins* - source: dist cd release && make source