summaryrefslogtreecommitdiff
path: root/shared/Makefile.am
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2016-02-16 18:23:28 +0100
committerThomas Haller <thaller@redhat.com>2016-02-16 20:20:20 +0100
commite49c06e308288cdfceda4ca96317bedda9c92bf4 (patch)
treed2abad0cf2ade9238ea0e7309639f31bd280b3b2 /shared/Makefile.am
parent5c4691b489450aaf5ef69f28b5f07177f5924c0c (diff)
downloadnetwork-manager-applet-e49c06e308288cdfceda4ca96317bedda9c92bf4.tar.gz
shared: add shared directory from NetworkManager's repository
The "shared" directory from NetworkManager's repostitory contians a minimal set of common utilities. Copy them over as-is to reuse the functions in nm-applet.
Diffstat (limited to 'shared/Makefile.am')
-rw-r--r--shared/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/shared/Makefile.am b/shared/Makefile.am
new file mode 100644
index 00000000..8ee639d4
--- /dev/null
+++ b/shared/Makefile.am
@@ -0,0 +1,7 @@
+EXTRA_DIST = \
+ gsystem-local-alloc.h \
+ nm-dbus-compat.h \
+ nm-default.h \
+ nm-glib.h \
+ nm-macros-internal.h \
+ nm-test-utils.h