summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-07-28 20:49:35 +0200
committerLennart Poettering <lennart@poettering.net>2008-07-28 20:49:35 +0200
commitfbfaf950e6299952f9d2add5bb69c617f0bd91a9 (patch)
tree05e3526c58117f2f03ad6a41af361ebab8933c6f /configure.ac
parent469be0c36f2bafc528b42ef1d2e352d8dca9a169 (diff)
don't look for spec file from configure.ac
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 22366f3..07b6cd2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -112,5 +112,5 @@ fi
AM_CONDITIONAL([USE_LYNX], [test "x$lynx" = xyes])
-AC_CONFIG_FILES([libdaemon/Makefile Makefile doc/Makefile doc/README.html doc/doxygen.conf examples/Makefile libdaemon.spec libdaemon.pc])
+AC_CONFIG_FILES([libdaemon/Makefile Makefile doc/Makefile doc/README.html doc/doxygen.conf examples/Makefile libdaemon.pc])
AC_OUTPUT