Annotation of ircnowd/src/ipaddr/Makefile.ng, Revision 1.1
1.1 ! tomglok 1: #
! 2: # ipaddr/Makefile.am
! 3: # (c) 2008 Florian Westphal <fw@strlen.de>, public domain.
! 4: #
! 5:
! 6: __ng_Makefile_am_template__
! 7:
! 8: EXTRA_DIST = Makefile.ng
! 9:
! 10: AM_CPPFLAGS = -I$(srcdir)/../portab
! 11:
! 12: noinst_LIBRARIES = libngipaddr.a
! 13:
! 14: libngipaddr_a_SOURCES = ng_ipaddr.c
! 15:
! 16: noinst_HEADERS = ng_ipaddr.h
! 17:
! 18: maintainer-clean-local:
! 19: rm -f Makefile Makefile.in Makefile.am
! 20:
! 21: # -eof-
CVSweb