2004-11-13 Colin Walters <walters@redhat.com>

Patch from Tom Parker <palfrey@tevp.net>:

	* src/Makefile.am (CPPFLAGS): Switch to AM_CPPFLAGS.

	* src/backends/NetworkManagerRedHat.c: Switch to
	including shvar.h instead of shvar.c.

	* src/backends/NetworkManagerDebian.c: Don't include
	interface_parser.c in source file.

	(libnmbackend_la_SOURCES): Don't include shvar.[ch]
	and interface_parser.[ch].
	* src/Makefile.am (libnmbackend_la_SOURCES) <TARGET_REDHAT>:
	Include shvar.c and shvar.h here.
	(libnmbackend_la_SOURCES) <TARGET_DEBIAN>: Include
	interface_parser.c and interface_parser.h here.


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@310 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Colin Walters
2004-11-13 18:34:02 +00:00
committed by Colin Walters
parent e889e9d3f5
commit 616961f45c
4 changed files with 28 additions and 18 deletions

View File

@@ -34,9 +34,6 @@
#define ARPING "/usr/sbin/arping"
/* hacky, but the redhat one does this as well... */
#include "interface_parser.c"
/*
* nm_system_init
*