gpl copyright header
[libt2n] / codegen / Makefile.am
1 INCLUDES = @XMLPP_CFLAGS@
2 LDADD = @XMLPP_LIBS@
3
4 libt2n_codegen_SOURCES = main.cpp
5
6 bin_PROGRAMS = libt2n-codegen
7
8 pkgdata_DATA = clientlib.pc.in
9
10 # needed because we use old automake not supporting dist_ prefix
11
12 EXTRA_DIST = $(pkgdata_DATA)
13
14 # do we really want to install it?
15 # maybe it would be better to install a copy with each client lib or let codegen insert the code?
16 # on the other hand the generated libraries depend on the libt2n headers anyway
17 pkginclude_HEADERS = codegen-stubhead.hxx