-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathMakefile.am
More file actions
9 lines (6 loc) · 745 Bytes
/
Makefile.am
File metadata and controls
9 lines (6 loc) · 745 Bytes
1
2
3
4
5
6
7
8
9
sbin_PROGRAMS = dhcpsnoopingd
AUTOMAKE_OPTIONS = subdir-objects
ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS} -I m4
AM_CFLAGS = $(ROAMING_FLAGS) $(MYSQL_FLAGS) $(MYSQL_CFLAGS) $(PGSQL_FLAGS) $(PGSQL_CFLAGS) $(LIBNL_CFLAGS) $(LIBNLGENL_CFLAGS) $(LIBNLNF_CFLAGS) $(LIBNLROUTE_CFLAGS) -Wall -O2 -g -fPIE -std=gnu99 -Wall -Werror -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2
LIBS = $(MYSQL_LIBS) $(PGSQL_LIBS) $(LIBNL_LIBS) $(LIBNLGENL_LIBS) $(LIBNLNF_LIBS) $(LIBNLROUTE_LIBS)
dhcpsnoopingd_SOURCES = src/debug.c src/cmdline.c src/dhcp-ack.c src/dhcp-req.c src/dhcpv4.c src/event.c src/main.c src/bridge-neigh.c src/bridge-vlan.c src/timer.c src/dhcp.c src/ebtables.c src/nftables.c src/fdb.c src/mysql.c src/pgsql.c src/receive-nflog.c src/udp.c src/ether_ntoa.c