[Xcb-commit] 3 commits - xcb-demo xcb-util

Josh Triplett josh at kemper.freedesktop.org
Fri Apr 28 16:35:41 PDT 2006


 xcb-demo/Makefile.am       |    4 ++--
 xcb-demo/tests/Makefile.am |    4 ++--
 xcb-util/atom/Makefile.am  |    2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

New commits:
diff-tree 15983bfe03242f03db27e2b22d9b179d737a4fca (from parents)
Merge: 0b9e560df3bc99ccdffef6c80ba53f47880171cf a838193bad97a71df1ab13e671ae7b256e271a8e
Author: Josh Triplett <josh at freedesktop.org>
Date:   Fri Apr 28 16:33:20 2006 -0700

    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xcb

diff-tree 0b9e560df3bc99ccdffef6c80ba53f47880171cf (from bd971b8541c4df2e9b1357c4dd6cf4babf7b4add)
Author: Josh Triplett <josh at freedesktop.org>
Date:   Fri Apr 28 16:32:59 2006 -0700

    Add header files to _SOURCES so they get distributed.

diff --git a/xcb-demo/Makefile.am b/xcb-demo/Makefile.am
index 12ee08b..7adb7e0 100644
--- a/xcb-demo/Makefile.am
+++ b/xcb-demo/Makefile.am
@@ -13,13 +13,13 @@ bin_PROGRAMS = dpms hypnomoire rendertes
 
 hypnomoire_CFLAGS = $(XCBAUX_CFLAGS)
 hypnomoire_LDADD = $(XCBAUX_LIBS) -lm -lpthread
-hypnomoire_SOURCES = hypnomoire.c reply_formats.c
+hypnomoire_SOURCES = hypnomoire.c reply_formats.c reply_formats.h
 
 xcbdpyinfo_SOURCES = xcbdpyinfo.c
 
 xcb_test_CFLAGS = $(XCBAUX_CFLAGS)
 xcb_test_LDADD = $(XCBAUX_LIBS) -lpthread
-xcb_test_SOURCES = main.c reply_formats.c
+xcb_test_SOURCES = main.c reply_formats.c reply_formats.h
 
 dpms_CFLAGS = $(XCBDPMS_CFLAGS)
 dpms_LDADD = $(XCBDPMS_LIBS)
diff --git a/xcb-demo/tests/Makefile.am b/xcb-demo/tests/Makefile.am
index 435eb98..67e97ca 100644
--- a/xcb-demo/tests/Makefile.am
+++ b/xcb-demo/tests/Makefile.am
@@ -6,10 +6,10 @@ INCLUDES = $(XCBAUX_CFLAGS) $(XCBIMAGE_C
 bin_PROGRAMS = julia lissajoux flames
 
 julia_LDADD = $(XCBAUX_LIBS) $(XCBIMAGE_LIBS)
-julia_SOURCES = julia.c
+julia_SOURCES = julia.c julia.h
 
 lissajoux_LDADD = $(XCBAUX_LIBS) $(XCBIMAGE_LIBS) -lm
-lissajoux_SOURCES =lissajoux.c
+lissajoux_SOURCES = lissajoux.c lissajoux.h
 
 flames_CFLAGS = -O3
 flames_LDADD = $(XCBAUX_LIBS) $(XCBIMAGE_LIBS) $(XCBICCCM_LIBS)
diff-tree bd971b8541c4df2e9b1357c4dd6cf4babf7b4add (from 58315b8478a5f9170146e71368e8d5bc872f4641)
Author: Josh Triplett <josh at freedesktop.org>
Date:   Fri Apr 28 16:00:37 2006 -0700

    Add m4 files to EXTRA_DIST.

diff --git a/xcb-util/atom/Makefile.am b/xcb-util/atom/Makefile.am
index 50011a2..62119d1 100644
--- a/xcb-util/atom/Makefile.am
+++ b/xcb-util/atom/Makefile.am
@@ -13,7 +13,7 @@ libXCBAtom_la_LIBADD = $(XCB_LIBS)
 
 pkgconfig_DATA = xcb-atom.pc
 
-EXTRA_DIST = xcb-atom.pc.in
+EXTRA_DIST = xcb-atom.pc.in atomlist.m4 atoms.gperf.m4 xcb_atom.h.m4
 
 BUILT_SOURCES = atoms.c atoms.gperf xcb_atom.h
 


More information about the xcb-commit mailing list