summaryrefslogtreecommitdiff
path: root/src/info2html/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/info2html/Makefile.am')
-rw-r--r--src/info2html/Makefile.am9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/info2html/Makefile.am b/src/info2html/Makefile.am
deleted file mode 100644
index 090bd889..00000000
--- a/src/info2html/Makefile.am
+++ /dev/null
@@ -1,9 +0,0 @@
-## Process this file with automake to produce Makefile.in.
-
-INCLUDES = @YELP_CFLAGS@
-
-libexec_PROGRAMS = yelp-info2html
-
-yelp_info2html_SOURCES = main.c parse.c utils.c html.c data.h html.h parse.h utils.h version.h
-
-yelp_info2html_LDADD = @YELP_LIBS@ $(Z_LIBS) $(BZ_LIBS)