diff options
| author | Michael Biebl <biebl@debian.org> | 2017-01-17 20:25:47 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2017-01-17 20:25:47 +0100 |
| commit | bed53db3e064450b56e23ec654f40a3bafe58815 (patch) | |
| tree | 314508d6c904b1224dab2070e0cfdd5a02d7dd89 /clients/Makefile.am | |
| parent | 7135a6e87c938139e3a5db121d62dcaa783345d1 (diff) | |
| parent | 58f8be580039b0575b197b9573a1c92745d96d30 (diff) | |
Merge tag 'upstream/1.5.90' into experimental
Upstream version 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) |