X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=blobdiff_plain;f=src%2FMakefile.am;h=14a2d0695b7f0493dcae5d12e3e057a3e6086f71;hp=71fa140e63f966e947c7ce1082191664f3510b77;hb=f0bbedf750f1530ec05bf2b8122479c924bbf2fe;hpb=0b26618eede5b215f03fc826ec504a8996dc8801 diff --git a/src/Makefile.am b/src/Makefile.am index 71fa140..14a2d06 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,2 +1,6 @@ -bin_PROGRAMS=name -name_SOURCES=main.c +bin_PROGRAMS = htparser + +htparser_SOURCES = htparser.c + +htparser_LDADD = $(top_srcdir)/lib/libht.a +htparser_CPPFLAGS = -I$(top_srcdir)/lib