diff options
author | Thomas Haller <thaller@redhat.com> | 2016-02-16 18:23:28 +0100 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2016-02-16 20:20:20 +0100 |
commit | e49c06e308288cdfceda4ca96317bedda9c92bf4 (patch) | |
tree | d2abad0cf2ade9238ea0e7309639f31bd280b3b2 /shared/Makefile.am | |
parent | 5c4691b489450aaf5ef69f28b5f07177f5924c0c (diff) | |
download | network-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.am | 7 |
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 |