CentOS 5 dosn't support subdir-objects

This commit is contained in:
Anthony Minessale 2015-02-16 16:13:13 -06:00
parent 7cf5a84634
commit 9f3f348984

View File

@ -1,6 +1,6 @@
EXTRA_DIST =
SUBDIRS =
AUTOMAKE_OPTIONS = foreign subdir-objects
AUTOMAKE_OPTIONS = foreign
NAME=dingaling
PREFIX=$(prefix)
TOUCH_TARGET=@if test -f "$@" ; then touch "$@" ; fi ;