diff options
author | Özgür Kesim <oec-taler@kesim.org> | 2022-10-04 11:31:17 +0200 |
---|---|---|
committer | Özgür Kesim <oec-taler@kesim.org> | 2022-10-04 11:31:17 +0200 |
commit | 64ebcadabb620b9092c04da4a59cda3a065d01d4 (patch) | |
tree | fee1ae07c2032c61146bd7ce288f95d12cd18aed | |
parent | e1bf3661ecc4a884a2ee4545a93621e649c740f4 (diff) |
added targets for age_restriciton and auction_brandt
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 290afd0a..5bdfcecd 100644 --- a/configure.ac +++ b/configure.ac @@ -532,6 +532,8 @@ AC_CONFIG_FILES([Makefile src/exchangedb/Makefile src/exchange-tools/Makefile src/extensions/Makefile + src/extensions/age_restriction/Makefile + src/extensions/auction_brandt/Makefile src/lib/Makefile src/kyclogic/Makefile src/testing/Makefile |