From: Jens Thiele Date: Wed, 20 Dec 2006 15:46:35 +0000 (+0000) Subject: include examples in libt2n package itself X-Git-Tag: v0.2~11 X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=commitdiff_plain;h=c8dcbc9eeb85a9b69d3734400a0aae4d3018891e include examples in libt2n package itself --- diff --git a/Makefile.am b/Makefile.am index 1fc3516..a0985cb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ # have all needed files, that a GNU package needs AUTOMAKE_OPTIONS = foreign 1.4 -SUBDIRS = src doc test examples codegen +SUBDIRS = src doc test examples codegen examples-codegen # Install the pkg-config file: pkgconfigdir = $(libdir)/pkgconfig diff --git a/configure.in b/configure.in index fde7f94..fe30057 100644 --- a/configure.in +++ b/configure.in @@ -41,4 +41,4 @@ AC_SUBST(LIBT2N_CLIENT_PCTEMPLATE) dnl todo: do not create .pc file in configure but in make dnl see also autoconf manual "Installation Directory Variables" -AC_OUTPUT(Makefile doc/Doxyfile doc/Makefile src/Makefile libt2n.pc libt2n.spec test/Makefile examples/Makefile codegen/Makefile) +AC_OUTPUT(Makefile doc/Doxyfile doc/Makefile src/Makefile libt2n.pc libt2n.spec test/Makefile examples/Makefile codegen/Makefile examples-codegen/Makefile)