summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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