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 /iplan2p4 | |
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 'iplan2p4')
-rw-r--r-- | iplan2p4/Makefile.am | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/iplan2p4/Makefile.am b/iplan2p4/Makefile.am new file mode 100644 index 000000000..288ad2893 --- /dev/null +++ b/iplan2p4/Makefile.am @@ -0,0 +1,36 @@ +EXTRA_DIST = \ + ipl.h \ + iplallpriv.c \ + iplbitblt.c \ + iplblt.c \ + iplbres.c \ + iplbresd.c \ + iplbstore.c \ + iplcmap.c \ + iplfillarc.c \ + iplfillrct.c \ + iplfillsp.c \ + iplgc.c \ + iplgetsp.c \ + iplhrzvert.c \ + iplimage.c \ + iplline.c \ + iplmap.h \ + iplmergerop.h \ + iplmskbits.c \ + iplmskbits.h \ + iplpack.c \ + iplpack.h \ + iplpixmap.c \ + iplply1rct.c \ + iplpntwin.c \ + iplpolypnt.c \ + iplrrop.c \ + iplrrop.h \ + iplscrinit.c \ + iplsetsp.c \ + iplsolid.c \ + ipltegblt.c \ + ipltile32.c \ + ipltileodd.c \ + iplwindow.c |