diff options
author | rrelyea <rrelyea@fba4d07e-fe0f-4d7f-8147-e0026e666dc0> | 2006-06-09 18:31:31 +0000 |
---|---|---|
committer | rrelyea <rrelyea@fba4d07e-fe0f-4d7f-8147-e0026e666dc0> | 2006-06-09 18:31:31 +0000 |
commit | b974b595c8d60105667fce51b3e192c08f44a7bd (patch) | |
tree | f5413a5843abca2bd3bb876025b6931212c1b844 /aclocal/Makefile.am | |
parent | ef02adeed3c0a3fd27fe7e61b102e0771cff6ff3 (diff) |
Initial revision
git-svn-id: http://svn.fedorahosted.org/svn/coolkey/trunk@2 fba4d07e-fe0f-4d7f-8147-e0026e666dc0
Diffstat (limited to 'aclocal/Makefile.am')
-rw-r--r-- | aclocal/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/aclocal/Makefile.am b/aclocal/Makefile.am new file mode 100644 index 0000000..dc21ea7 --- /dev/null +++ b/aclocal/Makefile.am @@ -0,0 +1,5 @@ +# Process this file with automake to create Makefile.in + +MAINTAINERCLEANFILES = Makefile.in + +EXTRA_DIST = acx_pthread.m4 |