aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
blob: 840bffcf0425e6e032df82b1f1bea2f1fc0537cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# This file is part of nss-dontstalkme.
#
# Copyright 2014 Guido Günther
# 
# nss-dontstalkme is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public License
# as published by the Free Software Foundation, either version 2.1 of
# the License, or (at your option) any later version.
#
# nss-dontstalkme is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with nss-dontstalkme. If not, If not, see
# <http://www.gnu.org/licenses/>.

include $(top_srcdir)/flymake.mk

ACLOCAL_AMFLAGS = -I m4

lib_LTLIBRARIES = libnss_dontstalkme.la

AM_CPPFLAGS = -include $(top_builddir)/config.h

libnss_dontstalkme_la_SOURCES = \
	nss-dontstalkme.c

libnss_dontstalkme_la_LDFLAGS = \
	-avoid-version \
	-module \
	-export-dynamic \
	-shrext .so.2