diff options
author | Kevin E Martin <kem@kem.org> | 2005-10-15 20:44:44 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-10-15 20:44:44 +0000 |
commit | c2e461c7e970830ea430de3e5f352d144e9f0239 (patch) | |
tree | babecb3a5a870068e654d86ec54b6831eef11e70 /ilbm | |
parent | 34b7b57b3c80507f63a542c6adb4b5c8ed80b642 (diff) |
Fix typo and add new Makefiles to AC_OUTPUT
Fix typos
Add xorg.conf.man to CLEANFILES
Add missing files to EXTRA_DIST
Diffstat (limited to 'ilbm')
-rw-r--r-- | ilbm/Makefile.am | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/ilbm/Makefile.am b/ilbm/Makefile.am new file mode 100644 index 000000000..be1b3ace5 --- /dev/null +++ b/ilbm/Makefile.am @@ -0,0 +1,34 @@ +EXTRA_DIST = \ + ilbm.h \ + ilbmbitblt.c \ + ilbmblt.c \ + ilbmbres.c \ + ilbmbresd.c \ + ilbmbstore.c \ + ilbmclip.c \ + ilbmcmap.c \ + ilbmfillarc.c \ + ilbmfillrct.c \ + ilbmfillsp.c \ + ilbmfont.c \ + ilbmgc.c \ + ilbmgetsp.c \ + ilbmhrzvert.c \ + ilbmimage.c \ + ilbmimggblt.c \ + ilbmline.c \ + ilbmmisc.c \ + ilbmpixmap.c \ + ilbmply1rct.c \ + ilbmplygblt.c \ + ilbmpntarea.c \ + ilbmpntwin.c \ + ilbmpolypnt.c \ + ilbmpushpxl.c \ + ilbmscrinit.c \ + ilbmsetsp.c \ + ilbmtegblt.c \ + ilbmtile.c \ + ilbmwindow.c \ + ilbmzerarc.c \ + README |