[network-manager-applet] utils: move bling spinner to common code
- From: Dan Williams <dcbw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-applet] utils: move bling spinner to common code
- Date: Wed, 3 Mar 2010 17:28:30 +0000 (UTC)
commit 54b4bd9e9a48201a1cd0595ceb309d41f5decbd2
Author: Dan Williams <dcbw redhat com>
Date: Wed Mar 3 09:28:30 2010 -0800
utils: move bling spinner to common code
src/gnome-bluetooth/Makefile.am | 9 ++-------
src/utils/Makefile.am | 4 +++-
src/{gnome-bluetooth => utils}/nma-bling-spinner.c | 0
src/{gnome-bluetooth => utils}/nma-bling-spinner.h | 0
4 files changed, 5 insertions(+), 8 deletions(-)
---
diff --git a/src/gnome-bluetooth/Makefile.am b/src/gnome-bluetooth/Makefile.am
index a60d33e..f53e3c1 100644
--- a/src/gnome-bluetooth/Makefile.am
+++ b/src/gnome-bluetooth/Makefile.am
@@ -15,9 +15,7 @@ if HAVE_GBT
plugin_LTLIBRARIES = libnma.la
libnma_la_SOURCES = \
- network-manager-applet.c \
- nma-bling-spinner.c \
- nma-bling-spinner.h
+ network-manager-applet.c
libnma_la_LDFLAGS = -module -avoid-version
@@ -26,7 +24,4 @@ libnma_la_LIBADD = \
$(GNOME_BLUETOOTH_LIBS)
endif
-EXTRA_DIST = \
- network-manager-applet.c \
- nma-bling-spinner.c \
- nma-bling-spinner.h
+EXTRA_DIST = network-manager-applet.c
diff --git a/src/utils/Makefile.am b/src/utils/Makefile.am
index 60bb579..0794db5 100644
--- a/src/utils/Makefile.am
+++ b/src/utils/Makefile.am
@@ -8,7 +8,9 @@ libutils_la_SOURCES = \
nmn-mobile-providers.h \
nmn-mobile-providers.c \
mobile-wizard.h \
- mobile-wizard.c
+ mobile-wizard.c \
+ nma-bling-spinner.h \
+ nma-bling-spinner.c
libutils_la_CPPFLAGS = \
$(NMA_CFLAGS) \
diff --git a/src/gnome-bluetooth/nma-bling-spinner.c b/src/utils/nma-bling-spinner.c
similarity index 100%
rename from src/gnome-bluetooth/nma-bling-spinner.c
rename to src/utils/nma-bling-spinner.c
diff --git a/src/gnome-bluetooth/nma-bling-spinner.h b/src/utils/nma-bling-spinner.h
similarity index 100%
rename from src/gnome-bluetooth/nma-bling-spinner.h
rename to src/utils/nma-bling-spinner.h
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]