Skip to content

Commit

Permalink
Make sure files in Makefile.am listed to build in the correct order
Browse files Browse the repository at this point in the history
  • Loading branch information
mwitmer committed Aug 26, 2013
1 parent ac8fbda commit 7691f00
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Makefile.am
Expand Up @@ -47,7 +47,6 @@ nobase_go_DATA = \
language/xml-xcb/compile-scheme.go \
language/xml-xcb/spec.go \
xcb/xml/xproto.go \
xcb/event-loop.go \
xcb/xml/core.go \
xcb/xml/ext-support.go \
xcb/xml/ext/bigreq.go \
Expand Down Expand Up @@ -78,7 +77,8 @@ nobase_go_DATA = \
xcb/xml/ext/xselinux.go \
xcb/xml/ext/xtest.go \
xcb/xml/ext/xv.go \
xcb/xml/ext/xvmc.go
xcb/xml/ext/xvmc.go \
xcb/event-loop.go

nobase_dist_data_DATA = \
flow/event-loop.scm \
Expand All @@ -97,7 +97,6 @@ nobase_dist_data_DATA = \
xcb/xml/connection.scm \
language/xml-xcb/compile-scheme.scm \
language/xml-xcb/spec.scm \
xcb/event-loop.scm \
xcb/xml/xproto.xml \
xcb/xml/core.scm \
xcb/xml/ext-support.scm \
Expand Down Expand Up @@ -129,4 +128,5 @@ nobase_dist_data_DATA = \
xcb/xml/ext/xselinux.xml \
xcb/xml/ext/xtest.xml \
xcb/xml/ext/xv.xml \
xcb/xml/ext/xvmc.xml
xcb/xml/ext/xvmc.xml \
xcb/event-loop.scm
8 changes: 4 additions & 4 deletions Makefile.in
Expand Up @@ -304,7 +304,6 @@ nobase_go_DATA = \
language/xml-xcb/compile-scheme.go \
language/xml-xcb/spec.go \
xcb/xml/xproto.go \
xcb/event-loop.go \
xcb/xml/core.go \
xcb/xml/ext-support.go \
xcb/xml/ext/bigreq.go \
Expand Down Expand Up @@ -335,7 +334,8 @@ nobase_go_DATA = \
xcb/xml/ext/xselinux.go \
xcb/xml/ext/xtest.go \
xcb/xml/ext/xv.go \
xcb/xml/ext/xvmc.go
xcb/xml/ext/xvmc.go \
xcb/event-loop.go

nobase_dist_data_DATA = \
flow/event-loop.scm \
Expand All @@ -354,7 +354,6 @@ nobase_dist_data_DATA = \
xcb/xml/connection.scm \
language/xml-xcb/compile-scheme.scm \
language/xml-xcb/spec.scm \
xcb/event-loop.scm \
xcb/xml/xproto.xml \
xcb/xml/core.scm \
xcb/xml/ext-support.scm \
Expand Down Expand Up @@ -386,7 +385,8 @@ nobase_dist_data_DATA = \
xcb/xml/ext/xselinux.xml \
xcb/xml/ext/xtest.xml \
xcb/xml/ext/xv.xml \
xcb/xml/ext/xvmc.xml
xcb/xml/ext/xvmc.xml \
xcb/event-loop.scm

all: all-am

Expand Down

0 comments on commit 7691f00

Please sign in to comment.