~ubuntu-branches/ubuntu/precise/libtasn1-3/precise

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Metzler
  • Date: 2009-05-21 09:06:49 UTC
  • mfrom: (1.1.9 upstream) (6 squeeze)
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20090521090649-9240a15omv94d1bj
Tags: 2.2-1
* Sync debian/control with override file, libtasn1-3-dbg is section debug.
* New upstream version.
* Standards-Version 3.8.1, no changes required.
* Add Homepage field to debian/control.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
# You should have received a copy of the GNU General Public License
17
17
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
18
18
 
19
 
AM_CFLAGS = $(WARN_CFLAGS)
 
19
AM_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS)
20
20
AM_CPPFLAGS = -I$(top_srcdir)/lib -I$(top_srcdir)/gl -I$(top_builddir)/gl
21
21
 
22
22
LDADD = ../lib/libtasn1.la ../gl/libgnu.la