aboutsummaryrefslogtreecommitdiff
path: root/src/revocation/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-30 18:00:11 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-30 18:00:11 +0000
commit28018959b9afc2a8259f35e074869fd88b31b03e (patch)
tree5e779c55eab35f3887a82103fa0a0178117dfc27 /src/revocation/Makefile.am
parent5aa6d40f357879fa5048161c8d8c689688c4c254 (diff)
downloadgnunet-28018959b9afc2a8259f35e074869fd88b31b03e.tar.gz
gnunet-28018959b9afc2a8259f35e074869fd88b31b03e.zip
adding skeleton for revocation service
Diffstat (limited to 'src/revocation/Makefile.am')
-rw-r--r--src/revocation/Makefile.am20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/revocation/Makefile.am b/src/revocation/Makefile.am
new file mode 100644
index 000000000..cc0dfd15f
--- /dev/null
+++ b/src/revocation/Makefile.am
@@ -0,0 +1,20 @@
1AM_CPPFLAGS = -I$(top_srcdir)/src/include
2
3if MINGW
4 WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols
5endif
6
7if USE_COVERAGE
8 AM_CFLAGS = --coverage -O0
9 XLIB = -lgcov
10endif
11
12pkgcfgdir= $(pkgdatadir)/config.d/
13
14libexecdir= $(pkglibdir)/libexec/
15
16pkgcfg_DATA = \
17 revocation.conf
18
19
20EXTRA_DIST = revocation.h \ No newline at end of file