diff options
author | Martin-Éric Racine <martin-eric.racine@iki.fi> | 2012-08-29 12:53:00 +0300 |
---|---|---|
committer | Martin-Éric Racine <martin-eric.racine@iki.fi> | 2012-08-29 12:53:00 +0300 |
commit | 4a20e8ac285cfe8a033f771ac8df25f873db9908 (patch) | |
tree | 87cfd7e52dc29d4c559bab36e1edc1f392b75e30 /src | |
parent | 0e64b1252c51e380f72f6ff0bdb6836a6e27071d (diff) |
NEWS: add information about releases since 2.11.9
...and flip the location of the recent src/Makefile.am addition.
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 6c02386..ad21034 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 \ |