diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
@@ -16,7 +16,7 @@ LIB_VERSION = $(LIB_MAJOR).$(LIB_MINOR) LIB_NAME = quanta -OBJ_PUBLIC =\ +OBJ =\ libquanta_palette_size.o\ libquanta_malloc_palette.o\ libquanta_vquantise.o\ @@ -24,13 +24,6 @@ OBJ_PUBLIC =\ libquanta_vquantise_wu.o\ libquanta_quantise_wu.o -OBJ_PRIVATE =\ - libquanta_bigint_divmod_small__.o - -OBJ =\ - $(OBJ_PUBLIC)\ - $(OBJ_PRIVATE) - HDR =\ libquanta.h\ common.h @@ -38,7 +31,7 @@ HDR =\ LOBJ = $(OBJ:.o=.lo) MAN3 =\ - $(OBJ_PUBLIC:.o=.3)\ + $(OBJ:.o=.3)\ struct_libquanta_image.3 libquanta_image.3\ struct_libquanta_channel.3 libquanta_channel.3\ struct_libquanta_palette.3 libquanta_palette.3\ |
