diff options
author | Bryan Jurish <mukau@users.sourceforge.net> | 2009-01-20 13:25:10 +0000 |
---|---|---|
committer | Bryan Jurish <mukau@users.sourceforge.net> | 2009-01-20 13:25:10 +0000 |
commit | 3cafdaacb4eed813ffe9ddeafd9a74980fe98d44 (patch) | |
tree | a60ffbb36d5b28f5a5e0f7df355820f7a1b5b072 /gfsm/config | |
parent | 4c6be2273be534730cfe548099f4f8d2ac79dd49 (diff) |
+ added autotools-generated files (for auto-builds)
svn path=/trunk/externals/moocow/; revision=10580
Diffstat (limited to 'gfsm/config')
-rw-r--r-- | gfsm/config/Makefile.am | 1 | ||||
-rw-r--r-- | gfsm/config/Makefile.in | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/gfsm/config/Makefile.am b/gfsm/config/Makefile.am index f9a43ac..004d7e9 100644 --- a/gfsm/config/Makefile.am +++ b/gfsm/config/Makefile.am @@ -47,6 +47,7 @@ EXTRA_DIST = \ Makefile.in \ depcomp \ install-sh \ + $(wildcard mkinstalldirs) \ missing # config.guess diff --git a/gfsm/config/Makefile.in b/gfsm/config/Makefile.in index c84b227..7b1ecc5 100644 --- a/gfsm/config/Makefile.in +++ b/gfsm/config/Makefile.in @@ -45,7 +45,7 @@ subdir = config DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in config.guess \ config.sub depcomp install-sh ltmain.sh missing ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/configure.in +am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d @@ -194,6 +194,7 @@ EXTRA_DIST = \ Makefile.in \ depcomp \ install-sh \ + $(wildcard mkinstalldirs) \ missing all: all-am |