renamed "psmodule.c" to "psauxmod.c"

This commit is contained in:
David Turner 2000-08-24 00:30:24 +00:00
parent 1504d78e07
commit a0dfe35de1
4 changed files with 7 additions and 7 deletions

View File

@ -21,13 +21,13 @@
#ifdef FT_FLAT_COMPILE
#include "psobjs.c"
#include "psmodule.c"
#include "psquxmod.c"
#include "t1decode.c"
#else
#include <psaux/psobjs.c>
#include <psaux/psmodule.c>
#include <psaux/psauxmod.c>
#include <psaux/t1decode.c>
#endif

View File

@ -1,4 +1,4 @@
#include <psaux/psmodule.h>
#include <psaux/psauxmod.h>
#include <psaux/psobjs.h>
#include <psaux/t1decode.h>

View File

@ -1,5 +1,5 @@
#ifndef PSMODULE_H
#define PSMODULE_H
#ifndef PSAUXMOD_H
#define PSAUXMOD_H
#include <freetype/ftmodule.h>
@ -13,4 +13,4 @@
}
#endif
#endif /* PSMODULE_H */
#endif /* PSAUXMOD_H */

View File

@ -28,7 +28,7 @@ PSAUX_COMPILE := $(FT_COMPILE)
#
PSAUX_DRV_SRC := $(PSAUX_DIR_)psobjs.c \
$(PSAUX_DIR_)t1decode.c \
$(PSAUX_DIR_)psmodule.c
$(PSAUX_DIR_)psauxmod.c
# PSAUX driver headers
#