Browse Source

* Add missing toilet.h to the toilet sources.

pull/1/head
Sam Hocevar sam 18 years ago
parent
commit
3f44cc843f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Makefile.am

+ 1
- 1
src/Makefile.am View File

@@ -1,7 +1,7 @@

bin_PROGRAMS = toilet

toilet_SOURCES = main.c \
toilet_SOURCES = main.c toilet.h \
io.c io.h \
render.c render.h \
filter.c filter.h \


Loading…
Cancel
Save