projects
/
fwknop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
b7b4e85
)
Add AM_CPPFLAGS to common/Makefile.am
author
Damien Stuart
<dstuart@dstuart.org>
Mon, 14 Jan 2013 03:28:34 +0000 (22:28 -0500)
committer
Damien Stuart
<dstuart@dstuart.org>
Mon, 14 Jan 2013 03:28:34 +0000 (22:28 -0500)
common/Makefile.am
patch
|
blob
|
history
diff --git
a/common/Makefile.am
b/common/Makefile.am
index
be50de2
..
4924f53
100644
(file)
--- a/
common/Makefile.am
+++ b/
common/Makefile.am
@@
-1,7
+1,9
@@
+noinst_LIBRARIES = libfko_util.a
+
libfko_util_source_files = ../lib/strlcpy.c ../lib/strlcat.c ../lib/fko_util.h
+
libfko_util_a_SOURCES = $(libfko_util_source_files)
-libfko_util_a_LIBADD =
-noinst_LIBRARIES = libfko_util.a
+AM_CPPFLAGS = $(GPGME_CFLAGS) -I $(top_srcdir)/common
EXTRA_DIST = common.h netinet_common.h