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

INCLUDES=$(libxml2_CFLAGS) -I$(top_srcdir)
x_LDFLAG=$(libxml2_LIBS)

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