From 78fc772cf083effb236e3500152ae9d7ef936d74 Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Fri, 12 May 2006 09:57:04 -0700 Subject: [PATCH] Since xcb-demo has various different programs in it, and only xcb-test uses "main.c", rename "main.c" to "xcb-test.c". --- Makefile.am | 2 +- main.c => xcb-test.c | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename main.c => xcb-test.c (100%) 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 similarity index 100% rename from main.c rename to xcb-test.c -- 2.34.1