diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 1998-03-11 01:05:32 +0000 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-03-11 01:05:32 +0000 |
commit | b3a97c2a19fe46c6032eccb372c6de814418aee7 (patch) | |
tree | af0a37539e9813260908eb0f372cda9bb5ef1b85 /src | |
parent | 37d153443134e2849f3abf91cc53d547b413f1c1 (diff) | |
download | yelp-b3a97c2a19fe46c6032eccb372c6de814418aee7.tar.gz |
Include the header files -mig
Diffstat (limited to 'src')
-rw-r--r-- | src/info2html/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/info2html/Makefile.am b/src/info2html/Makefile.am index d6ecd854..f29e8d1c 100644 --- a/src/info2html/Makefile.am +++ b/src/info2html/Makefile.am @@ -12,7 +12,7 @@ LDADD = \ bin_PROGRAMS = gnome-info2html -gnome_info2html_SOURCES = main.c parse.c utils.c html.c +gnome_info2html_SOURCES = main.c parse.c utils.c html.c data.h html.h parse.h utils.h version.h CFLAGS += -Wall |