diff options
| author | Michael Biebl <biebl@debian.org> | 2017-01-17 20:25:09 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2017-01-17 20:25:09 +0100 |
| commit | 58f8be580039b0575b197b9573a1c92745d96d30 (patch) | |
| tree | 2c226233f623a0dcb529be0eb8cdf97e4a2ae0c0 /clients/Makefile.am | |
| parent | 45cb5bb3c0e6edb887cf69b417fcaf7053814a9b (diff) | |
New upstream version 1.5.90 upstream/1.5.90
Diffstat (limited to 'clients/Makefile.am')
| -rw-r--r-- | clients/Makefile.am | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/clients/Makefile.am b/clients/Makefile.am deleted file mode 100644 index 4a526a65..00000000 --- a/clients/Makefile.am +++ /dev/null @@ -1,22 +0,0 @@ -SUBDIRS = cli tui - -AM_CPPFLAGS = \ - -I${top_srcdir}/shared \ - -I$(top_builddir)/shared \ - -I${top_srcdir}/libnm-core \ - -I${top_builddir}/libnm-core \ - -I${top_srcdir}/libnm \ - -I${top_builddir}/libnm \ - $(GLIB_CFLAGS) \ - -DNMLOCALEDIR=\"$(datadir)/locale\" - -bin_PROGRAMS = nm-online - -nm_online_SOURCES = nm-online.c -nm_online_CPPFLAGS = \ - -DG_LOG_DOMAIN=\""nm-online"\" \ - $(AM_CPPFLAGS) - -nm_online_LDADD = \ - $(top_builddir)/libnm/libnm.la \ - $(GLIB_LIBS) |