summaryrefslogtreecommitdiff
path: root/src/exchangedb/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-04-25 00:26:34 +0200
committerChristian Grothoff <christian@grothoff.org>2016-04-25 00:26:34 +0200
commitfbbf35c87ff71b6dc1e29718c591ea47f2c5eb1e (patch)
tree2f8167e41d403e140883d419309b1ff1da04ffe9 /src/exchangedb/Makefile.am
parent95e52cd2e824f3e1e5e1c3537f11c2dd960dd9e5 (diff)
downloadexchange-fbbf35c87ff71b6dc1e29718c591ea47f2c5eb1e.tar.gz
exchange-fbbf35c87ff71b6dc1e29718c591ea47f2c5eb1e.tar.bz2
exchange-fbbf35c87ff71b6dc1e29718c591ea47f2c5eb1e.zip
fix #4438
Diffstat (limited to 'src/exchangedb/Makefile.am')
-rw-r--r--src/exchangedb/Makefile.am8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/exchangedb/Makefile.am b/src/exchangedb/Makefile.am
index 0c6a73138..83be82a23 100644
--- a/src/exchangedb/Makefile.am
+++ b/src/exchangedb/Makefile.am
@@ -14,7 +14,9 @@ pkgcfg_DATA = \
EXTRA_DIST = \
exchangedb.conf \
- exchangedb-postgres.conf
+ exchangedb-postgres.conf \
+ plugin_exchangedb_common.c \
+ test-exchange-db-postgres.conf
plugindir = $(libdir)/taler
@@ -24,10 +26,6 @@ plugin_LTLIBRARIES = \
libtaler_plugin_exchangedb_postgres.la
endif
-EXTRA_DIST = \
- plugin_exchangedb_common.c \
- test-exchange-db-postgres.conf
-
libtaler_plugin_exchangedb_postgres_la_SOURCES = \
plugin_exchangedb_postgres.c
libtaler_plugin_exchangedb_postgres_la_LIBADD = \