X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=src%2Fdirplex%2FMakefile.am;fp=src%2Fdirplex%2FMakefile.am;h=97d98422cf559bfb2fb82d03c1d9156622a3c901;hb=600a1ce79471493f8cad5fcf118dc9797331d5aa;hp=0000000000000000000000000000000000000000;hpb=7f5a46defa51aef52a9b2aca958d90c01b8804ed;p=ashd.git diff --git a/src/dirplex/Makefile.am b/src/dirplex/Makefile.am new file mode 100644 index 0000000..97d9842 --- /dev/null +++ b/src/dirplex/Makefile.am @@ -0,0 +1,6 @@ +bin_PROGRAMS = dirplex + +dirplex_SOURCES = dirplex.c conf.c dirplex.h + +LDADD = $(top_srcdir)/lib/libht.a +AM_CPPFLAGS = -I$(top_srcdir)/lib