diff options
Diffstat (limited to 'src/ipaddr')
| -rw-r--r-- | src/ipaddr/.gitignore | 1 | ||||
| -rw-r--r-- | src/ipaddr/Makefile.ng (renamed from src/ipaddr/Makefile.am) | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/src/ipaddr/.gitignore b/src/ipaddr/.gitignore new file mode 100644 index 00000000..08a6d725 --- /dev/null +++ b/src/ipaddr/.gitignore @@ -0,0 +1 @@ +Makefile.am diff --git a/src/ipaddr/Makefile.am b/src/ipaddr/Makefile.ng index e898d64b..cea6899e 100644 --- a/src/ipaddr/Makefile.am +++ b/src/ipaddr/Makefile.ng @@ -3,7 +3,9 @@ # (c) 2008 Florian Westphal <fw@strlen.de>, public domain. # -AUTOMAKE_OPTIONS = ../portab/ansi2knr +__ng_Makefile_am_template__ + +EXTRA_DIST = Makefile.ng AM_CPPFLAGS = -I$(srcdir)/../portab |