[libgames-support] Rename .vapi and header file to match the new .pc name
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgames-support] Rename .vapi and header file to match the new .pc name
- Date: Mon, 29 Jun 2015 00:08:28 +0000 (UTC)
commit ce3ca18204172ac471f6d46c85bcf97b778ebfd4
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Sun Jun 28 19:07:45 2015 -0500
Rename .vapi and header file to match the new .pc name
games/Makefile.am | 14 +++++++-------
tests/Makefile.am | 2 +-
2 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/games/Makefile.am b/games/Makefile.am
index f06efbd..ff3deaf 100644
--- a/games/Makefile.am
+++ b/games/Makefile.am
@@ -26,19 +26,19 @@ libgames_support_la_VALAFLAGS = \
--pkg gtk+-3.0 \
--pkg gio-2.0 \
--pkg gee-0.8 \
- --header=games-support.h \
- --vapi=games-support-$(LIBGAMES_SUPPORT_API_VERSION).vapi
+ --header=libgames-support.h \
+ --vapi=libgames-support-$(LIBGAMES_SUPPORT_API_VERSION).vapi
-games-support.h games-support-$(LIBGAMES_SUPPORT_API_VERSION).vapi : libgames_support_la_vala.stamp
+libgames-support.h libgames-support-$(LIBGAMES_SUPPORT_API_VERSION).vapi: libgames_support_la_vala.stamp
games_includedir = $(includedir)/gnome-games
-dist_games_include_HEADERS = games-support.h
+dist_games_include_HEADERS = libgames-support.h
vapidir = $(datadir)/vala/vapi
-dist_vapi_DATA = games-support-$(LIBGAMES_SUPPORT_API_VERSION).vapi
+dist_vapi_DATA = libgames-support-$(LIBGAMES_SUPPORT_API_VERSION).vapi
MAINTAINERCLEANFILES = \
- games-support.h \
- games-support-$(LIBGAMES_SUPPORT_API_VERSION).vapi
+ libgames-support.h \
+ libgames-support-$(LIBGAMES_SUPPORT_API_VERSION).vapi
-include $(top_srcdir)/git.mk
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 84f25f2..2aa4d46 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -3,7 +3,7 @@ noinst_PROGRAMS = test-scores
TESTS = test-scores
test_scores_SOURCES = \
- $(top_builddir)/games/games-support-$(LIBGAMES_SUPPORT_API_VERSION).vapi \
+ $(top_srcdir)/games/libgames-support-$(LIBGAMES_SUPPORT_API_VERSION).vapi \
test-scores.vala
test_scores_CFLAGS = \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]