Browse Source

* Renamed exporter_* to export_*, from God recommendation.

tags/v0.99.beta14
Jean-Yves Lamoureux jylam 19 years ago
parent
commit
c30c66d032
4 changed files with 3 additions and 3 deletions
  1. +3
    -3
      cucul/Makefile.am
  2. +0
    -0
      cucul/export_ansi.c
  3. +0
    -0
      cucul/export_html.c
  4. +0
    -0
      cucul/export_irc.c

+ 3
- 3
cucul/Makefile.am View File

@@ -16,9 +16,9 @@ libcucul_la_SOURCES = \
triangle.c \
sprite.c \
bitmap.c \
exporter_irc.c \
exporter_ansi.c \
exporter_html.c \
export_irc.c \
export_ansi.c \
export_html.c \
$(NULL)
libcucul_la_LDFLAGS = -no-undefined
libcucul_la_LIBADD = @CUCUL_LIBS@


cucul/exporter_ansi.c → cucul/export_ansi.c View File


cucul/exporter_html.c → cucul/export_html.c View File


cucul/exporter_irc.c → cucul/export_irc.c View File


Loading…
Cancel
Save