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:
parent
87423f5707
commit
f994de3a93
@ -23,8 +23,6 @@ if ENABLE_GTK_DOC
|
|||||||
SUBDIRS += doc
|
SUBDIRS += doc
|
||||||
endif
|
endif
|
||||||
|
|
||||||
privdatadir=$(pkglibdir)
|
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS += -I m4 ${ACLOCAL_FLAGS}
|
ACLOCAL_AMFLAGS += -I m4 ${ACLOCAL_FLAGS}
|
||||||
AM_CPPFLAGS += -DDATADIR='"$(datadir)"' \
|
AM_CPPFLAGS += -DDATADIR='"$(datadir)"' \
|
||||||
-DLIBEXECDIR='"$(libexecdir)"' \
|
-DLIBEXECDIR='"$(libexecdir)"' \
|
||||||
|
Loading…
Reference in New Issue
Block a user