added some dhcp packet handling functions
This commit is contained in:
16
qse/lib/dhcp/Makefile.am
Normal file
16
qse/lib/dhcp/Makefile.am
Normal 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
|
||||
|
Reference in New Issue
Block a user