diff options
Diffstat (limited to '')
-rw-r--r-- | libdnet-stripped/Makefile.am.common | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libdnet-stripped/Makefile.am.common b/libdnet-stripped/Makefile.am.common new file mode 100644 index 0000000..707cb8e --- /dev/null +++ b/libdnet-stripped/Makefile.am.common @@ -0,0 +1,6 @@ +## $Id: Makefile.am.common 623 2006-01-19 06:09:27Z dugsong $ + +AUTOMAKE_OPTIONS = foreign no-dependencies + +AM_CPPFLAGS = -I$(top_srcdir)/include + |