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/src | |
parent | 4c6be2273be534730cfe548099f4f8d2ac79dd49 (diff) |
+ added autotools-generated files (for auto-builds)
svn path=/trunk/externals/moocow/; revision=10580
Diffstat (limited to 'gfsm/src')
-rw-r--r-- | gfsm/src/Makefile.in | 2 | ||||
-rw-r--r-- | gfsm/src/config.h.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gfsm/src/Makefile.in b/gfsm/src/Makefile.in index 2309a27..0ec3324 100644 --- a/gfsm/src/Makefile.in +++ b/gfsm/src/Makefile.in @@ -57,7 +57,7 @@ SUBDIRS = DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ $(srcdir)/config.h.in 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 diff --git a/gfsm/src/config.h.in b/gfsm/src/config.h.in index 3a53581..e0c5bf1 100644 --- a/gfsm/src/config.h.in +++ b/gfsm/src/config.h.in @@ -1,4 +1,4 @@ -/* src/config.h.in. Generated from configure.in by autoheader. */ +/* src/config.h.in. Generated from configure.ac by autoheader. */ /* Define to 1 if you have the <dlfcn.h> header file. */ #undef HAVE_DLFCN_H |