diff options
| author | Michael Biebl <biebl@debian.org> | 2011-05-27 19:57:25 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2011-05-27 19:57:25 +0200 |
| commit | d465e5fac63f36bcf4069e36827f4b62c494556d (patch) | |
| tree | 65f4ba9567e091233cdf3279f7ba3c9479e74a1c /src/backends/Makefile.in | |
| parent | 9f806e97a24bba61417ae312fcc0da40914266fb (diff) | |
Imported Upstream version 0.8.9997 upstream/0.8.9997
Diffstat (limited to 'src/backends/Makefile.in')
| -rw-r--r-- | src/backends/Makefile.in | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/backends/Makefile.in b/src/backends/Makefile.in index a9ea3e80..2f489e75 100644 --- a/src/backends/Makefile.in +++ b/src/backends/Makefile.in @@ -71,7 +71,8 @@ LTLIBRARIES = $(noinst_LTLIBRARIES) am__DEPENDENCIES_1 = libnmbackend_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(top_builddir)/src/logging/libnm-logging.la \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) am__libnmbackend_la_SOURCES_DIST = NetworkManagerGeneric.c \ NetworkManagerGeneric.h NetworkManagerRedHat.c \ NetworkManagerSuSE.c NetworkManagerGentoo.c \ @@ -362,9 +363,10 @@ libnmbackend_la_SOURCES = NetworkManagerGeneric.c \ $(am__append_10) $(am__append_11) $(am__append_12) \ $(am__append_13) libnmbackend_la_LIBADD = $(am__append_9) \ - $(top_builddir)/src/logging/libnm-logging.la $(DBUS_LIBS) \ - $(GLIB_LIBS) + $(top_builddir)/src/logging/libnm-logging.la $(LIBNL_LIBS) \ + $(DBUS_LIBS) $(GLIB_LIBS) libnmbackend_la_CPPFLAGS = \ + $(LIBNL_CFLAGS) \ $(DBUS_CFLAGS) \ $(GLIB_CFLAGS) \ -DG_DISABLE_DEPRECATED \ |