diff options
author | Thomas Haller <thaller@redhat.com> | 2014-07-15 19:39:54 +0200 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2014-07-15 22:50:36 +0200 |
commit | 39fce7371a35e50acac0fdc31686ac53266a88c1 (patch) | |
tree | bfb0f079785fd345a35d18a5ec9bbf2a0bebbda3 /Makefile.am | |
parent | 2856fcb3de10592cfe2b3795ebaa7a3774ac5eb5 (diff) | |
download | NetworkManager-39fce7371a35e50acac0fdc31686ac53266a88c1.tar.gz |
libgsystem: remove submodule libgsystem
Signed-off-by: Thomas Haller <thaller@redhat.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am index 86102abbae..97f094d791 100644 --- a/Makefile.am +++ b/Makefile.am @@ -66,10 +66,4 @@ CLEANFILES = cscope.in.out cscope.out cscope.po.out cscope: cscope -b -q -R -Iinclude -ssrc -slibnm-glib -slibnm-util -scli/src; -libgsystem_srcpath := libgsystem -libgsystem_cflags := $(filter-out -DGLIB_VERSION%,$(GLIB_CFLAGS)) -I$(srcdir)/libgsystem -libgsystem_libs = $(GLIB_LIBS) -include libgsystem/Makefile-libgsystem.am -noinst_LTLIBRARIES = libgsystem.la - .PHONY: cscope |