diff options
author | Dan Nicholson <dbn.lists@gmail.com> | 2011-02-15 19:07:41 -0800 |
---|---|---|
committer | Dan Nicholson <dbn.lists@gmail.com> | 2011-02-15 19:10:25 -0800 |
commit | d9659f2ff1dae07ce935743bec7e0437cdade89b (patch) | |
tree | b43ed49656194a8c6a40d0f4171f5767cbe818ae /test/Makefile.am | |
parent | a7463d1f3c08c8746fbadef573416f5f9af28205 (diff) |
Enable compiler warning flags and use them by default
For GCC, allow the warning flags to enabled. Turn them on by default so
we see things ahead of time.
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 8c154fc..a1ed202 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,4 +1,4 @@ -AM_CFLAGS = $(PREVIEWER_CFLAGS) +AM_CFLAGS = $(PREVIEWER_CFLAGS) $(E_CFLAGS) LDADD = $(top_builddir)/previewer/libevpreviewer.la $(PREVIEWER_LIBS) noinst_PROGRAMS = previewer |