diff options
author | Chase Douglas <chase.douglas@canonical.com> | 2012-03-08 11:55:01 -0800 |
---|---|---|
committer | Chase Douglas <chase.douglas@canonical.com> | 2012-03-16 15:23:28 -0700 |
commit | 5afddf4681d6ce651164c5486a15b41a0b098ac4 (patch) | |
tree | 37fd3303d10b86385d28e9bf13078da07b4c929d | |
parent | e0f7ec50461b68851cfb13c7b73c1ee4faa7a7d5 (diff) |
Rename main.cpp to xorg-gtest_main.cpp
This matches the library name and will help with understanding what the
includes since we are now shipping the source code.
Signed-off-by: Chase Douglas <chase.douglas@canonical.com>
Reviewed-By: Christopher Halse Rogers <christopher.halse.rogers@canonical.com>
-rw-r--r-- | src/Makefile.am | 2 | ||||
-rw-r--r-- | src/xorg-gtest_main.cpp (renamed from src/main.cpp) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index c675bab..bfe1b16 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -39,7 +39,7 @@ libxorg_gtest_la_CPPFLAGS = \ libxorg_gtest_main_la_SOURCES = \ defines.h \ - main.cpp + xorg-gtest_main.cpp libxorg_gtest_main_la_LIBADD = libxorg-gtest.la diff --git a/src/main.cpp b/src/xorg-gtest_main.cpp index 5e5a748..5e5a748 100644 --- a/src/main.cpp +++ b/src/xorg-gtest_main.cpp |