Return to Makefile.am CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / arping / src |
version 1.1.1.1, 2012/02/21 22:16:27 | version 1.1.1.2, 2014/06/15 16:26:43 |
---|---|
Line 3 | Line 3 |
include $(top_srcdir)/Makefile.am.common | include $(top_srcdir)/Makefile.am.common |
sbin_PROGRAMS = arping | sbin_PROGRAMS = arping |
arping_SOURCES = arping.c | arping_SOURCES = arping.c unix.c |
arping_LDADD = $(LIBOBJS) | arping_LDADD = $(LIBOBJS) |