diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-12-10 21:20:38 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-12-10 21:20:38 +0100 |
commit | 75240345d025ce448b7248a4ec693261ecf8a203 (patch) | |
tree | d1449462f777c73af2742a247795c44fe62a37b3 /src/mhd/Makefile.am | |
parent | 496b9ba6a97ba03f2fa3ca1a8eebae270f008349 (diff) |
writing generic tos/pp handler logic
Diffstat (limited to 'src/mhd/Makefile.am')
-rw-r--r-- | src/mhd/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mhd/Makefile.am b/src/mhd/Makefile.am index cc4c70735..ec0103f4b 100644 --- a/src/mhd/Makefile.am +++ b/src/mhd/Makefile.am @@ -11,6 +11,7 @@ lib_LTLIBRARIES = \ libtalermhd_la_SOURCES = \ mhd_config.c \ + mhd_legal.c \ mhd_parsing.c \ mhd_responses.c libtalermhd_la_LDFLAGS = \ |