diff options
Diffstat (limited to 'src/tool')
| -rw-r--r-- | src/tool/.gitignore | 1 | ||||
| -rw-r--r-- | src/tool/Makefile.ng (renamed from src/tool/Makefile.am) | 8 |
2 files changed, 6 insertions, 3 deletions
diff --git a/src/tool/.gitignore b/src/tool/.gitignore new file mode 100644 index 00000000..08a6d725 --- /dev/null +++ b/src/tool/.gitignore @@ -0,0 +1 @@ +Makefile.am diff --git a/src/tool/Makefile.am b/src/tool/Makefile.ng index 8d6cda46..d88bdc94 100644 --- a/src/tool/Makefile.am +++ b/src/tool/Makefile.ng @@ -9,9 +9,11 @@ # Please read the file COPYING, README and AUTHORS for more information. # -AUTOMAKE_OPTIONS = ../portab/ansi2knr +__ng_Makefile_am_template__ -INCLUDES = -I$(srcdir)/../portab +EXTRA_DIST = Makefile.ng + +AM_CPPFLAGS = -I$(srcdir)/../portab noinst_LIBRARIES = libngtool.a @@ -20,6 +22,6 @@ libngtool_a_SOURCES = tool.c noinst_HEADERS = tool.h maintainer-clean-local: - rm -f Makefile Makefile.in + rm -f Makefile Makefile.in Makefile.am # -eof- |