Since xcb-demo has various different programs in it, and only xcb-test uses "main...
authorJosh Triplett <josh@freedesktop.org>
Fri, 12 May 2006 16:57:04 +0000 (09:57 -0700)
committerJosh Triplett <josh@freedesktop.org>
Fri, 12 May 2006 16:57:04 +0000 (09:57 -0700)
Makefile.am
xcb-test.c [moved from main.c with 100% similarity]

index 7adb7e0..c2402db 100644 (file)
@@ -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)
similarity index 100%
rename from main.c
rename to xcb-test.c