diff options
author | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2005-07-04 23:11:20 +0000 |
---|---|---|
committer | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2005-07-04 23:11:20 +0000 |
commit | 845a0ac68b02148db6f2cca81debf20b2331607b (patch) | |
tree | 07ee4c160283aaa3e24069776c01b36d89a088ea /fb | |
parent | 048045a9e714fc85c26028c4de36dff47644b826 (diff) |
Revert last changes. They have to be addressed in a different way
Diffstat (limited to 'fb')
-rw-r--r-- | fb/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fb/Makefile.am b/fb/Makefile.am index 43d5674c3..4f82f6db4 100644 --- a/fb/Makefile.am +++ b/fb/Makefile.am @@ -16,7 +16,6 @@ libfb_la_SOURCES = \ fbbstore.c \ fbcompose.c \ fbcopy.c \ - fbcmap.c \ fbfill.c \ fbfillrect.c \ fbfillsp.c \ @@ -48,3 +47,5 @@ libfb_la_SOURCES = \ fbedgeimp.h \ fbmmx.c \ fbmmx.h + +EXTRA_DIST = fbcmap.c |