diff options
Diffstat (limited to 'rmt/Makefile.am')
-rw-r--r-- | rmt/Makefile.am | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/rmt/Makefile.am b/rmt/Makefile.am new file mode 100644 index 0000000..b455212 --- /dev/null +++ b/rmt/Makefile.am @@ -0,0 +1,13 @@ +rmtdir=$(DEFAULT_RMT_DIR) +rmt_PROGRAMS = @PU_RMT_PROG@ +EXTRA_PROGRAMS = rmt + +rmt_SOURCES = rmt.c + +INCLUDES = -I$(top_srcdir)/lib -I../ -I../lib + +LDADD = ../lib/lib$(PACKAGE).a $(LIBINTL) + +rmt_LDADD = $(LDADD) $(LIB_SETSOCKOPT) + +rmt.o: ../lib/configmake.h |