summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-10-08 14:35:55 +0200
committerSimon Josefsson <simon@josefsson.org>2008-10-08 14:35:55 +0200
commita9045a7597488129e0cb795c192d1f7aee979c86 (patch)
treef040e63af35f5b6dd728b8b1a81c827b38d6b53f /tests/Makefile.am
parent1e895f910e409cc7279cd483b21191eed4a7dd34 (diff)
downloadlibtasn1-a9045a7597488129e0cb795c192d1f7aee979c86.tar.gz
libtasn1-a9045a7597488129e0cb795c192d1f7aee979c86.tar.bz2
libtasn1-a9045a7597488129e0cb795c192d1f7aee979c86.zip
Add warning flags mechanism. Fix warnings.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index dc30d80..512e01a 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -16,7 +16,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir)/gl -I../gl
+AM_CPPFLAGS = -I$(top_srcdir)/lib -I$(top_srcdir)/gl -I../gl
AM_LDFLAGS = -no-install
LDADD = ../lib/libtasn1.la