|
Revision 718, 482 bytes
(checked in by common, 2 years ago)
|
nepenthes
- various Makefile.am automake 1.10 fixes
|
- Property svn:keywords set to
id rev
|
| Line | |
|---|
| 1 |
# nepenthes module Makefile |
|---|
| 2 |
# Paul Baecher, Maximillian Dornseif, Markus Koetter |
|---|
| 3 |
# $Id$ |
|---|
| 4 |
|
|---|
| 5 |
AUTOMAKE_OPTIONS = foreign |
|---|
| 6 |
|
|---|
| 7 |
AM_CPPFLAGS = -I$(top_srcdir)/nepenthes-core/include -I$(top_srcdir)/nepenthes-core/src -pipe -D _GNU_SOURCE |
|---|
| 8 |
AM_CXXFLAGS = -Wall -Werror |
|---|
| 9 |
AM_LDFLAGS = ${LIB_CURL} |
|---|
| 10 |
|
|---|
| 11 |
pkglib_LTLIBRARIES = submitnorman.la |
|---|
| 12 |
|
|---|
| 13 |
submitnorman_la_SOURCES = submit-norman.conf.dist submit-norman.hpp submit-norman.cpp |
|---|
| 14 |
|
|---|
| 15 |
submitnorman_la_LDFLAGS = -module -no-undefined -avoid-version $(AM_LDFLAGS) |
|---|