Files @ 1395d646ea88
Branch filter:

Location: DistRen/src/client/Makefile.am - annotation

LordOfWar
attempting to fix error in distren c, changed the " and " around the string being passed in line 33 to ' and '.

brainstorming layout for server, adding random code for brainstorming.
1
2
3
4
bin_PROGRAMS = distren
distren_SOURCES = distren.c
distren_LDADD = @DISTLIBS_LIBS@ @top_builddir@/src/common/libdistren.la
distren_CXXFLAGS = @DISTLIBS_CFLAGS@ -I@top_srcdir@/src/common