added some dhcp packet handling functions

This commit is contained in:
2017-12-19 09:01:36 +00:00
parent b6781e0554
commit 480e68fe36
13 changed files with 1710 additions and 11 deletions

16
qse/lib/dhcp/Makefile.am Normal file
View File

@ -0,0 +1,16 @@
AUTOMAKE_OPTIONS = nostdinc
AM_CPPFLAGS = \
-I$(top_builddir)/include \
-I$(top_srcdir)/include
#noinst_HEADERS =
lib_LTLIBRARIES = libqsedhcp.la
libqsedhcp_la_SOURCES = \
dhcpmsg.c
libqsedhcp_la_CFLAGS =
libqsedhcp_la_LDFLAGS = -L../cmn -version-info 1:0:0 -no-undefined
libqsedhcp_la_LIBADD = -lqsecmn