diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f068b9c..7959bac 100644 --- a/configure.ac +++ b/configure.ac @@ -175,7 +175,7 @@ AM_CONDITIONAL(BUILD_UNIT_TESTS, [test "$build_unit_tests" = "yes"]) # RAUL AC_CONFIG_FILES([Makefile]) -AC_CONFIG_FILES([debian/Makefile]) +AC_CONFIG_FILES([debian-sid/Makefile]) AC_CONFIG_FILES([doc/Makefile]) AC_CONFIG_FILES([doc/reference.doxygen]) AC_CONFIG_FILES([raul.pc]) |