Fix a couple of double EXTRA_DIST declarations from the previous commit

This commit is contained in:
Geert Janssens 2017-07-10 20:16:35 +02:00
parent b1f9f80110
commit 17c48b19a7
5 changed files with 5 additions and 5 deletions

View File

@ -77,4 +77,4 @@ libgnc_backend_sql_la_LIBADD = \
AM_CPPFLAGS += -DG_LOG_DOMAIN=\"gnc.backend.sql\"
EXTRA_DIST = CMakeLists.txt
EXTRA_DIST += CMakeLists.txt

View File

@ -79,4 +79,4 @@ test_sqlbe_CFLAGS = \
-I$(top_srcdir)/src/test-core/ \
$(GLIB_CFLAGS)
EXTRA_DIST = CMakeLists.txt
EXTRA_DIST += CMakeLists.txt

View File

@ -79,4 +79,4 @@ clean-local:
distclean-local: clean-local
EXTRA_DIST = CMakeLists.txt
EXTRA_DIST += CMakeLists.txt

View File

@ -46,4 +46,4 @@ test_qof_CFLAGS = \
-I$(top_srcdir)/lib/libc \
${GLIB_CFLAGS}
EXTRA_DIST = CMakeLists.txt
EXTRA_DIST += CMakeLists.txt

View File

@ -47,4 +47,4 @@ AM_CPPFLAGS = \
${GTKMM_CFLAGS} \
${GLIB_CFLAGS}
EXTRA_DIST = CMakeLists.txt
EXTRA_DIST += CMakeLists.txt