include examples in libt2n package itself
authorJens Thiele <jens.thiele@intra2net.com>
Wed, 20 Dec 2006 15:46:35 +0000 (15:46 +0000)
committerJens Thiele <jens.thiele@intra2net.com>
Wed, 20 Dec 2006 15:46:35 +0000 (15:46 +0000)
Makefile.am
configure.in

index 1fc3516..a0985cb 100644 (file)
@@ -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
index fde7f94..fe30057 100644 (file)
@@ -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)