summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Triplett <josh@freedesktop.org>2006-05-12 09:57:04 -0700
committerJosh Triplett <josh@freedesktop.org>2006-05-12 09:57:04 -0700
commit78fc772cf083effb236e3500152ae9d7ef936d74 (patch)
tree0925aba3ea763c715cb0c8832a415ddc3070e9cf
parent9b31c8353e11c4435045e5749b629f81c0d6a8bb (diff)
Since xcb-demo has various different programs in it, and only xcb-test uses "main.c", rename "main.c" to "xcb-test.c".
-rw-r--r--Makefile.am2
-rw-r--r--xcb-test.c (renamed from main.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 7adb7e0..c2402db 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -19,7 +19,7 @@ xcbdpyinfo_SOURCES = xcbdpyinfo.c
xcb_test_CFLAGS = $(XCBAUX_CFLAGS)
xcb_test_LDADD = $(XCBAUX_LIBS) -lpthread
-xcb_test_SOURCES = main.c reply_formats.c reply_formats.h
+xcb_test_SOURCES = xcb-test.c reply_formats.c reply_formats.h
dpms_CFLAGS = $(XCBDPMS_CFLAGS)
dpms_LDADD = $(XCBDPMS_LIBS)
diff --git a/main.c b/xcb-test.c
index 110ac19..110ac19 100644
--- a/main.c
+++ b/xcb-test.c