libgsystem: remove submodule libgsystem

Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
Thomas Haller 2014-07-15 19:39:54 +02:00
parent 2856fcb3de
commit 39fce7371a
5 changed files with 3 additions and 13 deletions

2
.gitignore vendored
View file

@ -30,6 +30,8 @@ cscope.*out
valgrind-*.log
*-glue.h
/libgsystem/
/ABOUT-NLS
/COPYING
/INSTALL

3
.gitmodules vendored
View file

@ -1,3 +0,0 @@
[submodule "libgsystem"]
path = libgsystem
url = git://git.gnome.org/libgsystem

View file

@ -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

@ -1 +0,0 @@
Subproject commit 856b8f9431a63c7807fb3859ed6de2a0f3abfb3b

View file

@ -38,7 +38,6 @@ endif
AM_CPPFLAGS = \
-I$(top_srcdir)/include \
-I${top_srcdir}/libgsystem \
-I$(top_srcdir)/libnm-util \
-I$(top_builddir)/libnm-util \
-I$(top_srcdir)/callouts \
@ -58,7 +57,7 @@ sbin_PROGRAMS = NetworkManager
NetworkManager_SOURCES = \
main.c
NetworkManager_LDADD = libNetworkManager.la $(top_builddir)/libgsystem.la $(LIBNDP_LIBS)
NetworkManager_LDADD = libNetworkManager.la $(LIBNDP_LIBS)
noinst_LTLIBRARIES = libNetworkManager.la
@ -356,7 +355,6 @@ libNetworkManager_la_SOURCES = \
$(glue_sources)
libNetworkManager_la_LIBADD = \
$(top_builddir)/libgsystem.la \
$(top_builddir)/libnm-util/libnm-util.la \
$(DBUS_LIBS) \
$(GLIB_LIBS) \