aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorNicolas Dato <nicolas.dato@gmail.com>2025-07-02 23:41:29 -0300
committerNicolas Dato <nicolas.dato@gmail.com>2025-07-02 23:41:29 -0300
commit4c15b4e3459311f8d458e0e9c031a473efe5f0b8 (patch)
treebad582b89b713a68b48eb7fc9a01c03adcdf7fe7 /Makefile.in
parent2ce4fb4a3cfb0d1cb92e9cbd71087fa16414631e (diff)
downloadlibtuberia-4c15b4e3459311f8d458e0e9c031a473efe5f0b8.tar.gz
adding an example, without using libtuberia for now
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index dd93300..b19d2d5 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -85,6 +85,8 @@ POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
+@TESTS_TRUE@am__append_1 = test
+@EXAMPLES_TRUE@am__append_2 = example
subdir = .
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
@@ -154,7 +156,7 @@ am__define_uniq_tagged_files = \
ETAGS = etags
CTAGS = ctags
CSCOPE = cscope
-DIST_SUBDIRS = $(SUBDIRS)
+DIST_SUBDIRS = src test example
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
$(srcdir)/tuberia.pc.in COPYING INSTALL ar-lib compile depcomp \
install-sh missing
@@ -292,7 +294,7 @@ target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-SUBDIRS = src test
+SUBDIRS = src $(am__append_1) $(am__append_2)
all: config.h
$(MAKE) $(AM_MAKEFLAGS) all-recursive