Makefile.am: squash warning re. duplicate definition

During autoreconf, we would get a warning due to privdatadir being
defined in both Makefile-rpm-ostree.am and Makefile.am. Remove the
instance in Makefile.am.
This commit is contained in:
Jonathan Lebon 2015-09-10 20:24:54 -04:00
parent 87423f5707
commit f994de3a93

View File

@ -23,8 +23,6 @@ if ENABLE_GTK_DOC
SUBDIRS += doc
endif
privdatadir=$(pkglibdir)
ACLOCAL_AMFLAGS += -I m4 ${ACLOCAL_FLAGS}
AM_CPPFLAGS += -DDATADIR='"$(datadir)"' \
-DLIBEXECDIR='"$(libexecdir)"' \