summaryrefslogtreecommitdiffstats
path: root/xsd2c/Makefile.am
blob: aa8de472f4439fc0ed03a22247f39b0242be56bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#
# $Revision: 1.6 $
#
bin_PROGRAMS=xsd2c

AM_CPPFLAGS=-I$(top_srcdir)
AM_CFLAGS=$(libxml2_CFLAGS) 
AM_LDFLAGS=$(libxml2_LIBS)

xsd2c_SOURCES=tr.c Enumeration.c util.c obj.c formatter.c xsd2c.c main.c
xsd2c_LDFLAGS=$(AM_LDFLAGS)