trivial: replace NetworkManager.c occurence after renaming to main.c

This commit is contained in:
Jiří Klimeš 2010-03-03 09:57:28 +01:00
parent 9e627d1bce
commit bfe58b26fb
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ REQUIRED_AUTOMAKE_VERSION=1.9
PKG_NAME=NetworkManager
(test -f $srcdir/configure.ac \
&& test -f $srcdir/src/NetworkManager.c) || {
&& test -f $srcdir/src/main.c) || {
echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
echo " top-level $PKG_NAME directory"
exit 1

View file

@ -80,7 +80,7 @@ NMIP4Config *nm_dhcp_manager_test_ip4_options_to_config (const char *dhcp_client
GHashTable *options,
const char *reason);
/* Only for NetworkManager.c */
/* Only for main.c */
NMDHCPManager *nm_dhcp_manager_new (const char *client, GError **error);
#endif /* NM_DHCP_MANAGER_H */