Message ID | 1505401213-7265-2-git-send-email-odpbot@yandex.ru |
---|---|
State | New |
Headers | show |
Series | [API-NEXT,v11,1/12] helper: move include files to helper/include | expand |
diff --git a/helper/Makefile.am b/helper/Makefile.am index 2c5452dcc..c69fd678d 100644 --- a/helper/Makefile.am +++ b/helper/Makefile.am @@ -42,8 +42,8 @@ helperlinuxinclude_HEADERS = \ endif noinst_HEADERS = \ - $(srcdir)/odph_debug.h \ - $(srcdir)/odph_list_internal.h + $(srcdir)/include/odph_debug.h \ + $(srcdir)/include/odph_list_internal.h __LIB__libodphelper_la_SOURCES = \ eth.c \ diff --git a/helper/odph_debug.h b/helper/include/odph_debug.h similarity index 100% rename from helper/odph_debug.h rename to helper/include/odph_debug.h diff --git a/helper/odph_list_internal.h b/helper/include/odph_list_internal.h similarity index 100% rename from helper/odph_list_internal.h rename to helper/include/odph_list_internal.h