[network-manager-applet] build: add 'shared' directory to configure.ac and Makefile.am



commit b49b1bfc697aaaa87bbd501c6d69fe7d5b5f2db3
Author: Beniamino Galvani <bgalvani redhat com>
Date:   Fri Feb 19 11:33:26 2016 +0100

    build: add 'shared' directory to configure.ac and Makefile.am
    
    Fixes: e327c68976145297b0924aae3f995afe580bca46

 Makefile.am  |    2 +-
 configure.ac |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index b82f57c..b3308d1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,7 +2,7 @@ include $(GLIB_MAKEFILE)
 
 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
 
-SUBDIRS = src icons po man
+SUBDIRS = src icons po man shared
 
 EXTRA_DIST =                           \
        CONTRIBUTING                    \
diff --git a/configure.ac b/configure.ac
index 592fa36..9964012 100644
--- a/configure.ac
+++ b/configure.ac
@@ -187,6 +187,7 @@ po/Makefile.in
 man/Makefile
 man/nm-applet.1
 man/nm-connection-editor.1
+shared/Makefile
 org.gnome.nm-applet.gschema.xml
 ])
 AC_OUTPUT


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]