Annotation of rpl/rplsignal/Makefile.am, revision 1.1

1.1     ! bertrand    1: include_librpl = -I$(top_builddir)/src
        !             2: 
        !             3: SRCC=rplsignal.c
        !             4: 
        !             5: bin_PROGRAMS = rplsignal
        !             6: INCLUDES = $(include_librpl)
        !             7: rplsignal_LDFLAGS = -g
        !             8: rplsignal_CFLAGS = $(AM_CFLAGS) -g -Wall -Wextra -Wno-pointer-sign
        !             9: 
        !            10: EXTRA_DIST = $(SRCC)

CVSweb interface <joel.bertrand@systella.fr>