diff options
author | Matthieu Herrb <matthieu.herrb@laas.fr> | 2012-09-17 11:31:36 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu.herrb@laas.fr> | 2012-09-17 11:31:36 +0200 |
commit | 3d4af30703c967bd2a7b55f66e8292e4107244ec (patch) | |
tree | 0749dd95aca31128a47fcfecf50e57d9106a6596 /src | |
parent | 6910535d75d9a8197a414794c4595b069adc27bd (diff) | |
parent | 4a20e8ac285cfe8a033f771ac8df25f873db9908 (diff) |
Merge remote-tracking branch 'origin/master' into obsd
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 42b0ce7..aeab815 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -40,9 +40,9 @@ geode_drv_la_LDFLAGS = -module -avoid-version geode_drv_ladir = $(moduledir)/drivers geode_drv_la_SOURCES = \ - compat-api.h \ cimarron.c \ cim_dev.h \ + compat-api.h \ durango.c \ geode_blend.h \ geode_common.c \ |