diff options
author | Daniil Baturin <daniil@baturin.org> | 2013-05-22 16:25:04 -0700 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2013-05-22 16:25:04 -0700 |
commit | 256d4d7c8d494093a206cd72e7375079e6cf8b99 (patch) | |
tree | 1bc849f4b177f800d9b8bf43cbffe440f9d11f41 /src/Makefile.am | |
parent | 0b218869c22668c4473482070b004b5d04291cec (diff) | |
download | ipaddrcheck-256d4d7c8d494093a206cd72e7375079e6cf8b99.tar.gz ipaddrcheck-256d4d7c8d494093a206cd72e7375079e6cf8b99.zip |
Fix initial commit.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am new file mode 100644 index 0000000..bda48fb --- /dev/null +++ b/src/Makefile.am @@ -0,0 +1,6 @@ +AM_CFLAGS = --pedantic -Wall -Werror -std=c99 -O2 -lcidr +AM_LDFLAGS = + +iptest_SOURCES = iptest.c iptest.h + +bin_PROGRAMS = iptest |