autotools: squashed some more automake warnings
autotroll.mk sets DISTCLEANFILES and EXTRA_DIST, therefore Makefiles which include it should add to those instead of setting them anew.
This commit is contained in:
parent
9131bd4446
commit
efbce3eef9
2 changed files with 2 additions and 3 deletions
|
@ -12,7 +12,6 @@ nodist_bin_SCRIPTS =
|
|||
libexec_PROGRAMS =
|
||||
libexec_SCRIPTS =
|
||||
nobase_dist_template_DATA =
|
||||
DISTCLEANFILES =
|
||||
CLEANFILES =
|
||||
BUILT_SOURCES =
|
||||
|
||||
|
|
|
@ -49,8 +49,8 @@ CLEANFILES = $(BUILT_SOURCES) \
|
|||
stamp-session \
|
||||
stamp-connection
|
||||
|
||||
DISTCLEANFILES = syncevolution-qt-dbus.pc
|
||||
EXTRA_DIST = syncevolution-qt-dbus.pc.in
|
||||
DISTCLEANFILES += syncevolution-qt-dbus.pc
|
||||
EXTRA_DIST += syncevolution-qt-dbus.pc.in
|
||||
pkgconfig_DATA = syncevolution-qt-dbus.pc
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
|
||||
|
|
Loading…
Reference in a new issue