summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChase Douglas <chase.douglas@canonical.com>2012-03-08 09:42:37 -0800
committerChase Douglas <chase.douglas@canonical.com>2012-03-16 15:22:20 -0700
commitfcb1f66c5caec990d499bff94215057b221ea004 (patch)
tree93d78d3c15b0298716ce35d8ca7b93b5d35fd085
parent3a8d82db172612f6071b0ab5423828ff6daad2b7 (diff)
Move xorg-gtest.cpp to xorg-gtest-example.cpp
This makes the source file match the built executable. Signed-off-by: Chase Douglas <chase.douglas@canonical.com> Reviewed-By: Christopher Halse Rogers <christopher.halse.rogers@canonical.com>
-rw-r--r--examples/Makefile.am2
-rw-r--r--examples/xorg-gtest-example.cpp (renamed from examples/xorg-gtest.cpp)0
2 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index e8f8713..fcaca2b 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -26,7 +26,7 @@
noinst_PROGRAMS = xorg-gtest-example
-xorg_gtest_example_SOURCES = xorg-gtest.cpp
+xorg_gtest_example_SOURCES = xorg-gtest-example.cpp
AM_CPPFLAGS = -I$(top_srcdir)/include
AM_CXXFLAGS = $(XSERVER_CFLAGS) $(GTEST_CPPFLAGS) $(BASE_CXXFLAGS)
diff --git a/examples/xorg-gtest.cpp b/examples/xorg-gtest-example.cpp
index 529fdda..529fdda 100644
--- a/examples/xorg-gtest.cpp
+++ b/examples/xorg-gtest-example.cpp