* configure.in:

Actually properly setup the Debian backend in configure.


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@106 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Seth Nickell 2004-08-30 03:21:17 +00:00
parent 6871fe28bc
commit 4252c351f3
2 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2004-08-29 Seth Nickell <seth@gnome.org>
* configure.in:
Actually properly setup the Debian backend in configure.
2004-08-29 Colin Walters <walters@verbum.org>
* test/nminfotest.c: Include string.h and stdlib.h.

View file

@ -48,6 +48,10 @@ else
TARGET_DISTRO=Gentoo
SYSTEM_BACKEND_FILE=NetworkManagerGentoo.o
;;
debian)
TARGET_DISTRO=Debian
SYSTEM_BACKEND_FILE=NetworkManagerDebian.o
;;
*)
echo "Your distribution(${with_distro}) is not yet supported! (patches welcome)"
exit 1